Skip to content

Commit 21596ab

Browse files
authored
Update concepts-backup.md
1 parent 25a6820 commit 21596ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mariadb/concepts-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The backup retention period governs how far back in time a point-in-time restore
5353
- Servers with up to 4-TB storage will retain up to 2 full database backups, all the differential backups, and transaction log backups performed since the earliest full database backup.
5454
- Servers with up to 16-TB storage will retain the full database snapshot, all the differential snapshots and transaction log backups in last 8 days.
5555

56-
#### Long term retention of backups
57-
Long term retention of backups beyond 35 days is currently not natively supported by the service yet. You have a option to use mysqldump to take backups and store them for long term retention. Our support team has blogged a [step by step article](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/automate-backups-of-your-azure-database-for-mysql-server-to/ba-p/1791157) to share how you can achieve it.
56+
#### Long-term retention of backups
57+
Long-term retention of backups beyond 35 days is currently not natively supported by the service yet. You have a option to use mysqldump to take backups and store them for long-term retention. Our support team has blogged a [step by step article](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/automate-backups-of-your-azure-database-for-mysql-server-to/ba-p/1791157) to share how you can achieve it.
5858

5959
### Backup redundancy options
6060

0 commit comments

Comments
 (0)