6
I’m working with one database on the localhost and the other on production. At various times I need to update my local bank to match the server.
I made a . sh script to be able to copy all the files from the database table (/var/lib/mysql) and thus be able to do what I want. However the process is very time consuming due to the size of the tables files.
I want to know more professional suggestions to make this copy. Actually, something I could synchronize only the modifications.
P.S.: Another 5 developers are working in the same way, using the same server database.