From 1449c4bd53b2e6f552bdbb3188b7731da1e7d1d0 Mon Sep 17 00:00:00 2001 From: Harrys Kavan Date: Fri, 1 Jul 2022 00:12:16 +0200 Subject: [PATCH] Mention the need to possibly upgrade SDKs --- app/views/docs/upgrade.phtml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/docs/upgrade.phtml b/app/views/docs/upgrade.phtml index de9d1c32f..0b426a52d 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 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.