gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Call sync-dbinit along deploym


From: gnunet
Subject: [taler-deployment] branch master updated: Call sync-dbinit along deployment preparation.
Date: Tue, 21 Dec 2021 17:46:23 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 91ff0bd  Call sync-dbinit along deployment preparation.
91ff0bd is described below

commit 91ff0bdc9cfe5e2ce00238416cd712e322b3ee25
Author: ms <ms@taler.net>
AuthorDate: Tue Dec 21 17:45:45 2021 +0100

    Call sync-dbinit along deployment preparation.
---
 bin/taler-deployment-prepare | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 438e3be..ff15198 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -270,4 +270,18 @@ taler-deployment-arm -e
 ## Step 7: Set up anastasis
 ##
 
-anastasis-dbinit
+if test $WITH_DB_RESET = yes; then
+  anastasis-dbinit --reset
+else
+  anastasis-dbinit
+fi
+
+##
+## Step 8: Set up sync
+##
+
+if test $WITH_DB_RESET = yes; then
+sync-dbinit --reset
+else
+sync-dbinit
+fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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