MySQL Forums
Forum List  »  Replication

Re: MySQL Master-Replica incremental backups
Posted by: shu William
Date: February 28, 2024 01:32AM

mysqldump does not support incremental backup, and PITR can also be realized by using mysqldump and binlog, but the whole process will be complicated after there are too many logs in binlog, so PXB is recommended.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Master-Replica incremental backups
147
February 28, 2024 01:32AM


Sorry, only registered users may post in this forum.

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.