
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
- line 1: 107 Killed npm run build
When trying to deploy my Nuxt app for testing, it goes through rendering chunks successfully and once it gets to Initializing the pre-renderer it throws this er...
- selfhost install fail on version 1.7.4
Docker compose + logs: https://pastebin.com/4P3xbnfw After a fresh install, I create an account and while it attempts to send me the on boarding to onboard my ...
- Vercel Deployment issue
I am trying to deploy my web project using vercel, but in the deployed link, it is fetching some of the attributes and for the rest it is giving "not found" err...
