diff --git a/app/views/docs/upgrade.phtml b/app/views/docs/upgrade.phtml index de9d1c32f..64fd9051b 100644 --- a/app/views/docs/upgrade.phtml +++ b/app/views/docs/upgrade.phtml @@ -78,5 +78,9 @@ docker compose exec appwrite migrate

The data migration can take longer depending on the amount of data your Appwrite instance contains. The Appwrite migration command uses multi-threading to speed up the process, meaning that adding more CPU cores can help speed up the process.

- -

Once the migration process has completed successfully, you're all set to use the latest version of Appwrite!

\ No newline at end of file + +

Once the migration process has completed successfully, you're all set to use the latest version of Appwrite!

+ +

Upgrade SDK

+ +

After upgrading the Appwrite server, ensure that the SDKs used by your applications are compatible with the new Appwrite server version.