Skip to content

Commit

Permalink
fix dbdump s3 file prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 19, 2024
1 parent 0879caf commit 7f2b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/anyway/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
networks: [dfc]
image: ${PIN_DB_BACKUP_IMAGE:-ghcr.io/hasadna/anyway/db_backup:latest}
environment:
DBDUMP_S3_FILE_PREFIX: "test-docker-migration"
DBDUMP_S3_FILE_PREFIX: ""
DBDUMP_HOST: "anyway-db"
DBDUMP_USER: "postgres"
DBDUMP_FULL_BUCKET: "dfc-anyway-full-db-dumps"
Expand Down

0 comments on commit 7f2b290

Please sign in to comment.