latest merchant needs dbinit

This commit is contained in:
Christian Grothoff 2021-01-06 11:34:50 +01:00
parent 09d6ee75fe
commit b05610a992
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,9 @@ taler-config -c $CONF -s bank -o database -V postgres:///$TARGET_DB
echo "Setting up exchange"
taler-exchange-dbinit -c $CONF
echo "Setting up merchant"
taler-merchant-dbinit -c $CONF
# setup auditor
echo "Setting up auditor"
taler-auditor-dbinit -c $CONF

View File

@ -92,6 +92,9 @@ taler-config -c $CONF -s exchange -o REVOCATION_DIR -V "${TMP_DIR}/revdir/"
echo "Setting up exchange"
taler-exchange-dbinit -c $CONF
echo "Setting up merchant"
taler-merchant-dbinit -c $CONF
# setup auditor
echo "Setting up auditor"
taler-auditor-dbinit -c $CONF