
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
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
