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
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...