It is not backing up all the schemas I have from my own database #103
-
Is there a parameter that I can pass to back up all my schemas within a single database? |
Beta Was this translation helpful? Give feedback.
Answered by
prodrigestivill
Feb 4, 2021
Replies: 1 comment
-
My undestanding by default, pgdump backups all schemas. To pass additional parameters use POSTGRES_EXTRA_OPTS. Specifically read about |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prodrigestivill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My undestanding by default, pgdump backups all schemas.
To pass additional parameters use POSTGRES_EXTRA_OPTS.
Read the README.md file for more information.
Specifically read about
--schema=pattern
and--exclude-schema=pattern