Tagged with "pitr"
Fun MySQL fact of the day: PITR with GTIDs
Yesterday, we looked at MySQL'sMASTER_DELAY
functionality, which we may use to maintain a delayed replica in our important database clusters. A couple weeks ago, we also looked at a very basic point-in-time recovery technique using mysqlbinlog
. Today, we're going to combine the two with a universal ... read more