Pergunta

Can someone please advise best methods to do a mysql PITR from binary logs that are saved in MIXED format.

I am finding it difficult to identify the wrong queries that executed to avoid from restore process using mysqlbinlog tool.

Following : https://www.percona.com/doc/percona-xtrabackup/LATEST/innobackupex/pit_recovery_ibk.html

Foi útil?

Solução

When you inspect the binary log add -vvv to mysqlbinlog. It will show an effective query that corresponds to a binlog event.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a dba.stackexchange
scroll top