gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Optionally reset euFind databa


From: gnunet
Subject: [taler-deployment] branch master updated: Optionally reset euFind databases.
Date: Sat, 18 Sep 2021 11:33:09 +0200

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 a9b9b34  Optionally reset euFind databases.
a9b9b34 is described below

commit a9b9b34c2a13412ae28ee28e2dd3a090da440263
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 11:32:53 2021 +0200

    Optionally reset euFind databases.
---
 bin/taler-deployment-prepare-with-eufin | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-prepare-with-eufin 
b/bin/taler-deployment-prepare-with-eufin
index 374a977..8137e94 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -70,11 +70,11 @@ echo " OK"
 ##
 ## Step 1b: initialize database
 ##
-echo -n "Reset and init exchange DB.."
 if test $WITH_DB_RESET = yes; then
+  echo -n "Reset and init exchange DB.."
   taler-exchange-dbinit --reset
+  echo " OK"
 fi
-echo " OK"
 ##
 ## Step 2: Copy key material and update denom keys
 ##
@@ -172,6 +172,16 @@ sleep 5
 ##
 ## Step 4:  Set up euFin
 ##
+
+if test $WITH_DB_RESET = yes; then
+  echo -n "Resetting euFin databases.."
+  # NOTE/FIXME: those values _could_ be extracted from
+  # the environment, as this one contains already the DB
+  # connection strings.
+  rm ~/nexus.sqlite
+  rm ~/sandbox.sqlite
+  echo " OK"
+fi
 export LIBEUFIN_SANDBOX_USERNAME="admin"
 export LIBEUFIN_SANDBOX_PASSWORD=${LIBEUFIN_ENV_SANDBOX_ADMIN_PASSWORD}
 # $1 = ebics user id, $2 = ebics partner, $3 = bank connection name
@@ -365,7 +375,9 @@ esac
 ##
 
 if test $WITH_DB_RESET = yes; then
+  echo -n "Reset and init merchant database.."
   taler-merchant-dbinit --reset
+  echo " OK"
 fi
 
 # Making sure ARM is not running yet.

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