MySQL Forums
Forum List  »  Newbie

Re: MySQL innodb backup
Posted by: shelton fine
Date: April 18, 2024 12:09AM

Even with write queries blocked by a read lock on InnoDB tables, data consistency can be compromised due to ongoing InnoDB log writes, buffer pool operations, or external processes affecting the database. Consider using MySQL's backup utilities or storage-integrated snapshot technologies for consistennt backups, and schedule backups during low-activity periods to minimize disruptions.

Options: ReplyQuote


Subject
Written By
Posted
March 25, 2024 05:39AM
Re: MySQL innodb backup
April 18, 2024 12:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.