[MDEV-28631] Docu about Backup Stage on disconnect Created: 2022-05-20 Updated: 2022-06-20 Resolved: 2022-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | backup, documentation, stage | ||
| Description |
|
Today I was wondering what happens if I do a: BACKUP STAGE START And then an exit. This is a common situation with external backup tools (like Veeam) for doing Snapshots. Documentation did not state anything about it: Our own experiments showed that a disconnect automatically releases backup stages. This should possibly be mentioned in the docu? Further we wanted to see in which one the 5 different backup stages we actually are. I did not find a fast way to find this out. Should possibly also be documented? |
| Comments |
| Comment by Ian Gilfillan [ 2022-06-20 ] |
|
Correct, the backup stages are released. There is no easy way to find out which is the current stage. Added notes to https://mariadb.com/kb/en/backup-stage/ |