Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 1449c4b

Browse files
committed
Mention the need to possibly upgrade SDKs
1 parent fc980de commit 1449c4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: app/views/docs/upgrade.phtml

+6-2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@ docker compose exec appwrite migrate</code></pre>
7878
</div>
7979

8080
<p>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.</p>
81-
82-
<p>Once the migration process has completed successfully, you're all set to use the latest version of Appwrite!</p>
81+
82+
<p>Once the migration process has completed successfully, you're all set to use the latest version of Appwrite!</p>
83+
84+
<h3><a href="/docs/upgrade#upgrade-sdk" id="upgrade-sdk">Upgrade SDK</a></h3>
85+
86+
<p>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: <a href="https://github.com/appwrite/sdk-for-web/releases" target="_blank" rel="noopener">sdk-for-web</a>.</p>

0 commit comments

Comments
 (0)