Skip to content

pg_dumpall on the PostgreSQL database #818

Answered by szaimen
seethro asked this question in Questions
Discussion options

You must be logged in to vote

Simply run this inside the database container?

if pg_dump --username "$POSTGRES_USER" "$POSTGRES_DB" > "$DUMP_FILE.temp"; then

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seethro
Comment options

Answer selected by seethro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants