diff --git a/app/views/docs/upgrade.phtml b/app/views/docs/upgrade.phtml index 2667bd776..d951920dc 100644 --- a/app/views/docs/upgrade.phtml +++ b/app/views/docs/upgrade.phtml @@ -79,5 +79,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 been completed successfully, you're all set to use the latest version of Appwrite!

+ +

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 to the latest version, ensure that the SDKs used by your applications are also updated to the latest version. For version specific compatibility, check the changelog of the SDKs. For Example: sdk-for-web.