Skip to content

Empty dumps #106

Answered by prodrigestivill
fersarr asked this question in Q&A
Discussion options

You must be logged in to vote

Could you try removing the environment variable POSTGRES_EXTRA_OPTS.

If so, please refer to pg_dump man page to figure out what could not work with your paramameters.

Also as a reference the script will run pg_dump with the following parameters:

pg_dump -d "${POSTGRES_DB}" -f "${OUTPUT_FILE}" ${POSTGRES_EXTRA_OPTS}

So you can try on your own computer first...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by prodrigestivill
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #38 on August 20, 2022 17:51.