Hello!
I have an Appwrite instance running on my current server, and I've set up a new Ubuntu Linux server where I want to transfer the Appwrite instance. I see there are two options:
- Use the experimental migration feature.
- Create a backup of the current instance and manually transfer it to the new server.
I’m inclined towards the backup-and-restore approach but need clarification on the following:
- Is the manual backup/restore method stable and recommended for production environments?
- Are there any caveats or best practices I should follow during this process?
Here’s my plan for the backup/restore process:
- Create a backup using the Appwrite CLI.
- Transfer the backup file to the new server.
- Install Appwrite on the new server and restore the backup.
If anyone has experience with this process or can suggest improvements, I’d greatly appreciate it!
Thanks in advance! 😊
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....