-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add options to avoid dumping hash passwords with pg_dumpall
Some providers do not allow superuser access so pg_dumpall can extract hashes of passwords. Add the --with-role-passwords and the dump_role_passwords config parameter (defaults to true), the cli option can be used to overwrite the value of the configuration file, --without-role-passwords disable dumping of roles by making pg_back add the --no-role-passwords to pg_dumpall. This is possible pg_dumpall from PostgreSQL 10, older version makes pg_back exit with an error.
- Loading branch information
Showing
4 changed files
with
281 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.