
I hope you're all doing well. I have a query regarding data migration between different Appwrite instances, and I would greatly appreciate your insights.
Previously, I was working on an Appwrite project hosted on a self-hosted instance, which was running version 1.3.7. However, I've now set up a new server with the latest Appwrite version, 1.4.3. The challenge I'm facing is the transfer of numerous projects and their associated data, which would be quite time-consuming to rewrite from scratch.
Is there a method or best practice for transferring this data between instances, allowing me to avoid re-creating the entire projects?
Thank you in advance for your assistance and guidance.

The first thing you would need to do is make sure both the servers are on the same Appwrite version, so there's no inconsistencies in the data structures.

Once you have both the servers on the same version, you have 2 options

- If you are running 1.4.3 on both, you can use the in-built migration tool which is accessible from the Project Settings
- If you want to perform manual transfer of data, you can perform a backup on the original server, and restore it on the other server

This is a video that explains the backup / restore process well: https://www.youtube.com/watch?v=lM5yZEPtlvg

Thanks. I'm going to try that.
Recommended threads
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- Can't start docker containers beacuse no...
Hi, I'm testing my app where I upload also files to appwrite storage. As I suspect, I've filled up my disk. Now I can't start Appwrite. Could I ask for help wit...
- Problems with adding my custom domain
