Allow customising the pg_dump command used
As this
This commit is contained in:
parent
3ae27baa01
commit
2a8a574f4a
2 changed files with 2 additions and 2 deletions
|
|
@ -350,7 +350,7 @@ EOF
|
|||
|
||||
TEMPORARY_FILE_NAME="${TMPDIR:-/tmp}/guix_data_service_small-$DATE.dump.tmp"
|
||||
|
||||
pg_dump --username=guix_data_service \
|
||||
"${PG_DUMP:-pg_dump}" --username=guix_data_service \
|
||||
--format=custom --compress=9 --serializable-deferrable \
|
||||
--no-comments \
|
||||
--username=guix_data_service \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue