You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to schedule a nightly backup of the database, from a remote server. The internet bandwidth on the server is very good. But the total database size is 3.5 GB - the code is running for more than 2 hours to make the .sql file dump.
The same with mysqldump.exe takes less than 15 mins.
Is there any way to improve the performance? I am using the standard code taken from the wiki to backup the full database.,
The text was updated successfully, but these errors were encountered:
@adriancs2 Thanks for looking into this! Yes, I was running both mysqldump and mysqlbackup.net on the same machine. I haven't checked this in a while, I can spend some time and try to figure out if it's still the same?
I have to schedule a nightly backup of the database, from a remote server. The internet bandwidth on the server is very good. But the total database size is 3.5 GB - the code is running for more than 2 hours to make the .sql file dump.
The same with mysqldump.exe takes less than 15 mins.
Is there any way to improve the performance? I am using the standard code taken from the wiki to backup the full database.,
The text was updated successfully, but these errors were encountered: