Skip to content

Commit

Permalink
backup s3 naming change. Now it will relly on s3 versioning mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Kopylov committed Apr 23, 2024
1 parent bd85643 commit 6b0053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
AWS_S3_BUCKET_NAME: ${AWS_S3_BUCKET_NAME}
BACKUP_CRON_EXPRESSION: "0 * * * *"
BACKUP_FILENAME: "backup-%d-%m-%YT%H-%M-%S.{{ .Extension }}"
BACKUP_FILENAME: "sh-db-backup.{{ .Extension }}"
restart: always

volumes:
Expand Down

0 comments on commit 6b0053e

Please sign in to comment.