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

Commit

Permalink
Mention the need to possibly upgrade SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarag committed Jul 17, 2022
1 parent fc980de commit 1449c4b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/views/docs/upgrade.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,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 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>

0 comments on commit 1449c4b

Please sign in to comment.