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
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...