also dump mpub

This commit is contained in:
Christian Grothoff 2019-08-22 15:02:33 +02:00
parent cd705a4df2
commit 1b27509242
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 695 additions and 692 deletions

View File

@ -40,4 +40,5 @@ EXTRA_DIST = \
generate-auditor-basedb.sh \
generate-auditor-basedb.conf \
generate-auditor-basedb-template.conf \
auditor-basedb.sql
auditor-basedb.sql \
auditor-basedb.mpub

View File

@ -0,0 +1 @@
BJ7PW65K5TJ9R8S3TEKZ5C2EG8V5EVFQ2MTH68BNQ4DM0837TXY0

File diff suppressed because it is too large Load Diff

View File

@ -80,6 +80,8 @@ kill `jobs -p`
echo "Dumping database"
pg_dump $TARGET_DB > auditor-basedb.sql
echo $MASTER_PUB > auditor-basedb.mpub
# clean up
echo "Final clean up"
dropdb $TARGET_DB