*EDIT/UPDATE I have an RPI4 with mysql. I need to collect all the data from the "zm" database, and ADD it to another database of the same name on another server, so NO data on the 2nd server is removed/overwritten.
This will occur once per day, when the rpi is on the same wifi network
ORIGINAL I have an automatic backup of a database (server1), which is then sent to another server(sever2). My requirement is for the backup to be added to the database on server2, rather than a restore/clone... I hope this makes sense..
Any ideas?