Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam authored Jul 9, 2024
1 parent 730a207 commit c3103d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logical-backup/dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PG_BIN=$PG_DIR/$PG_VERSION/bin
export PGHOST="output-etl-db.modeling.svc.cluster.local"
export PGPORT="5432"

pg_dumpall | pigz /tmp/logicalbakup.sql.gz
pg_dumpall > /backup/backup.sql

aws s3 cp s3://bw7-k8s-production-postgres-backup/spilo/output-etl-db/"$LOGICAL_BACKUP_S3_BUCKET_SCOPE_SUFFIX"/
aws s3 cp /backup/backup.sql s3://bw7-k8s-production-postgres-backup/spilo/output-etl-db/"$LOGICAL_BACKUP_S3_BUCKET_SCOPE_SUFFIX"/

0 comments on commit c3103d4

Please sign in to comment.