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 am using your tool on a software and it works great for a daily backup, when there is no reading/writing.
My application is evolving and we are searching for a Hot Backup solution like "mysqlbackup" is mentioned on https://backup.ninja/news/hot-warm-and-cold-backups-mysql that can make a hour by hour backup during normal reading/writing operation is happening parallelly on the database.
Is it possible?
What parameters or conditions or limitations I should look for?
Any help is welcome,
Congratulations for the current work on this tool,
Regards,
Miguel
The text was updated successfully, but these errors were encountered:
siergit
changed the title
HotBackup MySQL is it possible? Which parameters?
HotBackup MySQL (mysqlbackup) is it possible? Which parameters?
Sep 15, 2021
MySqlBakup.net able to work without the need to take the application down or make it offline. It can runs without locking the tables. I can think of 2 downsides:
During the backup process running, the MySQL database might have slower response to user/app request. (Since the database is busy exporting data)
Lets say the backup process takes 10 minutes to complete (depending on your database size), any data changes during this time have a high change of not being included in the backup.
For the parameters, you can use the default settings.
My recommendation of workout is to use a MySQL replication that the hot backup can be run on.
So the main primary database serves for user request, and the replication serves for the hot backup. This configuration has lower impact on the primary database performance while the hot backup is running.
Hello,
I am using your tool on a software and it works great for a daily backup, when there is no reading/writing.
My application is evolving and we are searching for a Hot Backup solution like "mysqlbackup" is mentioned on https://backup.ninja/news/hot-warm-and-cold-backups-mysql that can make a hour by hour backup during normal reading/writing operation is happening parallelly on the database.
Is it possible?
What parameters or conditions or limitations I should look for?
Any help is welcome,
Congratulations for the current work on this tool,
Regards,
Miguel
The text was updated successfully, but these errors were encountered: