Skip to content

Commit a6a7c97

Browse files
authored
Merge pull request #100 from skysqlinc/feature/backup-support-docs
Add Backup Support documentation for MariaDB versions
2 parents a03b892 + a960a03 commit a6a7c97

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ No. MariaDB Backup (mariabackup) is used for Replicated Transactions and Single
139139
SkySQL's nightly backups as well as self-service backups are retained for 7 days.
140140

141141
### Does SkySQL support Point-in-Time Recovery (PITR)?
142-
By default, full and complete backup restoration is available. To enable point-in-time recovery, services must be configured in advance for additional binary log retention. [Point-in-time recovery (PITR)](<../Backup and Restore>) configuration is available to Power Tier customers.
142+
By default, full and complete backup restoration is available. To enable point-in-time recovery, services must be configured in advance for additional binary log retention. [Point-in-time recovery (PITR)](<../Backup and Restore/Point-in-Time Restore/>) configuration is available to Power Tier customers.
143143

144144
### How long do you keep my data when I delete a service?
145145
All data residing on a service's storage is deleted at time of service deletion. Backups for deleted services are purged after 7 days.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Backup Support
2+
3+
## **MariaDB Server Versions and Backup Support**
4+
5+
| Server Version | Full Backup | Incremental Backup | Dump(mariadb-dump) Backup | Snapshot Backup |
6+
| --- | --- | --- | --- | --- |
7+
| 10.5.25 |||||
8+
| 10.6.20 |||||
9+
| 10.11.11 |||||
10+
| 11.4.5 |||||
11+
| 11.6.2 (Vector Preview) |||||
12+
| 11.7.1 (Release Candidate) |||||
13+
14+
### Notes:
15+
- Versions 11.6.2 and 11.7.1 support only snapshot backups
16+
- All other versions support all backup types: Full, Incremental, Dump, and Snapshot
17+
18+
Please [contact us](../Support.md) if you have any questions about backup support for specific MariaDB versions.

0 commit comments

Comments
 (0)