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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...