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
TL;DR
The user wants to copy their entire project from one server to another, including data, files, functions, and configuration. They are looking for a solution that goes beyond using the migrate tool to only move databases. One suggestion is to do a backup of the project from one server and restore it on the other server.