We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ca059 commit b1c0657Copy full SHA for b1c0657
1 file changed
docker/scripts/backup-postgres.sh
@@ -9,7 +9,7 @@ BACKUP_DIR="${DATA_DIR}/backups/postgres"
9
CONTAINER="${PG_CONTAINER:-secondlayer-postgres-1}"
10
PG_USER="${PG_USER:-secondlayer}"
11
PG_DB="${PG_DB:-secondlayer}"
12
-RETENTION_DAYS=7
+RETENTION_DAYS=3
13
DATE=$(date +%Y%m%d-%H%M%S)
14
15
log() { echo "[$(date -Iseconds)] $*"; }
0 commit comments