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 018748f commit 730a207
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 @@ -3,8 +3,8 @@ set +x

PG_BIN=$PG_DIR/$PG_VERSION/bin

export PG_HOST="output-etl-db.modeling.svc.cluster.local"
export PG_PORT="5432"
export PGHOST="output-etl-db.modeling.svc.cluster.local"
export PGPORT="5432"

pg_dumpall | pigz /tmp/logicalbakup.sql.gz

Expand Down

0 comments on commit 730a207

Please sign in to comment.