Move around --no-tablespaces
Turns out, at the moment, this is ineffective when combined with the archive formats, like the custom format in use. Therefore, move it to the pg_restore command, where hopefully it'll work.
This commit is contained in:
parent
796c129a36
commit
9c72fc23dc
3 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ ionice -p $$ -c 3 || true
|
|||
|
||||
pg_dump --format=custom --compress=9 --serializable-deferrable \
|
||||
--no-comments \
|
||||
--no-tablespaces \
|
||||
--username=guix_data_service \
|
||||
--file="$TEMPORARY_FILE_NAME" \
|
||||
"$DATABASE_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue