also dump mpub
This commit is contained in:
parent
cd705a4df2
commit
1b27509242
@ -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
|
||||
|
1
src/benchmark/auditor-basedb.mpub
Normal file
1
src/benchmark/auditor-basedb.mpub
Normal file
@ -0,0 +1 @@
|
||||
BJ7PW65K5TJ9R8S3TEKZ5C2EG8V5EVFQ2MTH68BNQ4DM0837TXY0
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user