do not dump db owner

This commit is contained in:
Christian Grothoff 2019-09-05 11:51:15 +02:00
parent d7faa83915
commit 7d5808f129
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 822 additions and 1017 deletions

Binary file not shown.

View File

@ -1 +1 @@
SQN8BGX078SFGRJV4HM8K4DB29GZ5B26RQNM1VZEVMX208N1Y220
EN5XXBC10E51TRN0D7ZN17FBCV2E1ECVH436BV8M5F3NANVFFMS0

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@ kill `jobs -p`
# Dump database
echo "Dumping database"
pg_dump $TARGET_DB > auditor-basedb.sql
pg_dump -O $TARGET_DB > auditor-basedb.sql
echo $MASTER_PUB > auditor-basedb.mpub