summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-09 23:55:39 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-09 23:55:39 +0100
commit5cf9e1c08ee579fa4f668c540e28b7551f009428 (patch)
tree0e96ea522db927ab01ba4401e881fd439a67476d
parent892cddbb36c3956aa28ed1e1fc4d8850d90fc3c2 (diff)
downloaddeployment-5cf9e1c08ee579fa4f668c540e28b7551f009428.tar.gz
deployment-5cf9e1c08ee579fa4f668c540e28b7551f009428.tar.bz2
deployment-5cf9e1c08ee579fa4f668c540e28b7551f009428.zip
add database initialization step
-rwxr-xr-xbin/taler-deployment-prepare8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 0e328cd..8319161 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -1,7 +1,7 @@
#!/bin/bash
# Prepare a deployment for execution:
-# * generate the configuration
+# * generate the configuration and setup database
# * put keys in the right place
# * set bank password for the exchange
# * sign the exchange's wire response
@@ -47,6 +47,12 @@ case $TALER_ENV_NAME in
esac
##
+## Step 1b: initialize database
+##
+
+taler-exchange-dbinit
+
+##
## Step 2: Copy key material and update denom keys
##