Skip to content

Commit 3606604

Browse files
Xuanwosoyeric128
authored andcommitted
Fix typo
Signed-off-by: Xuanwo <[email protected]>
1 parent 4300893 commit 3606604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/guides/90-community/02-rfcs/20250109-disaster-recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ SELECT vacuum_backup(
105105
-- keep at least for 7 days.
106106
MIN_RETENTION_DAYS => 7,
107107
-- keep at most 5 full backups.
108-
MAX_FULL_BACKUPS = 5,
108+
MAX_FULL_BACKUPS => 5,
109109
-- keep at least 2 full backups.
110-
MIN_FULL_BACKUPS = 2,
110+
MIN_FULL_BACKUPS => 2,
111111
-- keep at most 10 incremental backups.
112-
MAX_INCREMENTAL_BACKUPS = 10,
112+
MAX_INCREMENTAL_BACKUPS => 10,
113113
);
114114
```
115115

0 commit comments

Comments
 (0)