MySQL Forums
Forum List  »  Backup

Re: Point in time restore - many bin logs files
Posted by: Peter Brawley
Date: April 09, 2020 10:39AM

AFAIK mysqlbinlog doesn't support table-specific cmds (consider making a feature request at bugs.mysql.com?), so your best bet would be to restore the dumpfile to a clone (including binlogs) of your current setup on another machine, run binlog to the desired moment, export the table to a dump.

https://dba.stackexchange.com/questions/90723/mysqlbinlog-recovery-table-wise.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Point in time restore - many bin logs files
489
April 09, 2020 10:39AM


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.