Commit 14b7165
authored
refactor: Adjust pgBackRest retention policy for repo1 (#2044)
Update `repo1.conf` to modify the backup retention settings based on https://linear.app/supabase/issue/INDATA-415/admin-agent-add-backup-sub-command-for-pgbackrest#comment-6a00a3c1.
- Set `repo1-retention-full` to 7.
- Removed `repo1-retention-diff` setting.
- Removed `repo1-retention-full-type` setting.
This change simplifies the retention policy for repository `repo1` by
specifying a full backup retention of 7 days and removing the
differential and retention type configurations.
Note that we will be taking daily full backups.1 parent fbc4bf1 commit 14b7165
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments