How can I copy my entire system all projects from my server, database, files, functions and all the configuration. To another server? What would be the best way since, if I do it with migrate I only move the databases. Thank you
All the data too? And console users?
Thanks.. Yes i need clone all.
You can do a backup from one server and then restore to the other.
Recommended threads
- 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....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...