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

Mention the need to possibly upgrade SDKs #216

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions app/views/docs/upgrade.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@ docker compose exec appwrite migrate</code></pre>
</div>

<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>

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

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

<h3><a href="/docs/upgrade#upgrade-sdk" id="upgrade-sdk">Upgrade SDK</a></h3>

<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>