1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-07-18 07:54:04 +00:00

Updated removing old backups logic.

This commit is contained in:
Dmitriy Haidiuk
2022-04-13 11:16:23 +03:00
parent f08931bf80
commit 2b28f9f0ec
3 changed files with 11 additions and 6 deletions

View File

@ -24,7 +24,7 @@ pg_backup_s3:
POSTGRES_DATABASE: dbname
POSTGRES_USER: user
POSTGRES_PASSWORD: password
BACKUP_KEEP_DAYS: 7
BACKUP_KEEP_DAYS: 7 // Disabled by default.
```
- Images are tagged by the major PostgreSQL version they support: `10`, `11`, `12`, `13`, or `14`.