From 5cf9e1c08ee579fa4f668c540e28b7551f009428 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Mar 2020 23:55:39 +0100 Subject: add database initialization step --- bin/taler-deployment-prepare | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin') 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 @@ -46,6 +46,12 @@ case $TALER_ENV_NAME in ;; esac +## +## Step 1b: initialize database +## + +taler-exchange-dbinit + ## ## Step 2: Copy key material and update denom keys ## -- cgit v1.2.3