Skip to content

Commit 7924471

Browse files
authored
[DBAAS-7152] | Added config for mysql incremental backup part (#1089)
* Added config for mysql incremental backup part * Refactoring
1 parent d8d2a69 commit 7924471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

specification/resources/databases/models/advanced_config/mysql_advanced_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,12 @@ properties:
265265
- NONE
266266
example: INSIGHTS
267267
default: NONE
268+
mysql_incremental_backup.enabled:
269+
description: >-
270+
Enable periodic incremental backups. When enabled, full_backup_week_schedule must be set. Incremental backups only store changes since the last backup, making them faster and more storage-efficient than full backups. This is particularly useful for large databases where daily full backups would be too time-consuming or expensive.
271+
type: boolean
272+
mysql_incremental_backup.full_backup_week_schedule:
273+
description: >-
274+
Comma-separated list of days of the week when full backups should be created. Valid values: mon, tue, wed, thu, fri, sat, sun. Default is null. Example : "mon,fri,sun".
275+
type: string
276+
example: mon,thu

0 commit comments

Comments
 (0)