gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -purge libeufin DB before launch


From: gnunet
Subject: [taler-exchange] branch master updated: -purge libeufin DB before launch
Date: Wed, 11 Jan 2023 16:20:04 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e2e04d8c -purge libeufin DB before launch
e2e04d8c is described below

commit e2e04d8c8eda4eed72a632f060013e31afbfa83d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 16:20:02 2023 +0100

    -purge libeufin DB before launch
---
 src/auditor/generate-auditor-basedb.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditor/generate-auditor-basedb.sh 
b/src/auditor/generate-auditor-basedb.sh
index 085c8c05..8a80c3b6 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -139,6 +139,7 @@ taler-auditor-exchange -c $CONF -m $MASTER_PUB -u 
$EXCHANGE_URL || exit_skip "Fa
 # Launch services
 echo "Launching services (pre audit DB: $TARGET_DB)"
 
+rm -rf ${TARGET_DB}-sandbox.sqlite3
 export 
LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${TARGET_DB}-sandbox.sqlite3"
 # Create the default demobank.
 cd $MY_TMP_DIR
@@ -230,6 +231,7 @@ unset LIBEUFIN_SANDBOX_USERNAME
 unset LIBEUFIN_SANDBOX_PASSWORD
 # Prepare Nexus, which is the side actually talking
 # to the exchange.
+rm -rf ${TARGET_DB}-nexus.sqlite3
 export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:sqlite:${TARGET_DB}-nexus.sqlite3"
 # For convenience, username and password are
 # identical to those used at the Sandbox.

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