Details
-
Task
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
The MariaDB Backup documentation does not currently mention how to perform point-in-time recovery:
https://mariadb.com/kb/en/library/mariadb-backup/
The general process would probably go something like this:
- Restore backup using usual the mariabackup methods. i.e.: https://mariadb.com/kb/en/library/full-backup-and-restore-with-mariadb-backup/#restoring-from-backups
- Get binlog position from "xtrabackup_binlog_info".
- Restore binlogs using "mysqlbinlog" tool starting from position from "xtrabackup_binlog_info" and ending at the desired time. See also MDEV-16908.
Attachments
Issue Links
- is blocked by
-
MDEV-16908 Document that mysqlbinlog can be used for point-in-time recovery
- Stalled
- relates to
-
MDEV-16583 Document steps to set up replication with mariabackup
- Closed