Skip to content

Commit

Permalink
chore: add export database script [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 22, 2022
1 parent 6da5a4f commit 2b6b629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script/prod/export-database.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

# fill in appropriate values for the database credentials

export PGUSER=""
export PGPASSWORD=""
export PGHOST=""
export PGDATABASE=""

pg_dump --no-acl --no-owner --file pact_broker.dump

0 comments on commit 2b6b629

Please sign in to comment.