gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: add database initialization st


From: gnunet
Subject: [taler-deployment] branch master updated: add database initialization step
Date: Mon, 09 Mar 2020 23:55:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5cf9e1c  add database initialization step
5cf9e1c is described below

commit 5cf9e1c08ee579fa4f668c540e28b7551f009428
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 9 23:55:39 2020 +0100

    add database initialization step
---
 bin/taler-deployment-prepare | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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
 ##

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]