MySQL PITR limitation in Everest

Hi,
I’m testing Everest’s Point in time restore feature for MySQL. According to the interface, PITR can only be done for a point in time between the last full backup and the latest transaction:

Is there a way to do a PITR to a point earlier than the last full backup?
I can see this scenario happening: a user empty a table at 12:55. The full backup runs at 13:00. I get the request to restore at 13:05. How can I restore to database state at 12:54?

Thank you

1 Like

In this case, you should have taken a full backup earlier to empty a table at 12:55 (you can check the previous day’s full backup taken at 13:00) and then perform a PITR from the last day’s full backup until 12:54.

1 Like

Hi,
Yes, of course. Let’s assume there is a daily backup taken at 13:00, so we have a full backup prior to the disaster.

My problem is: how to do the point in time restore, considering that Everest only allow pitr from the latest backup? I need to go back to the second last backup in this scenario.

Thank you

PITR before the latest backup is not available right now.

We have created a request
https://perconadev.atlassian.net/browse/EVEREST-2196
Thanks for reporting that.