gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 17/48: update


From: gnunet
Subject: [taler-grid5k] 17/48: update
Date: Sat, 28 May 2022 12:11:37 +0200

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

marco-boss pushed a commit to branch master
in repository grid5k.

commit 248392e46deb4e287b1571b3f70421d2c1f9e0f4
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu May 12 19:40:44 2022 +0200

    update
---
 experiment/scripts/auditor.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/experiment/scripts/auditor.sh b/experiment/scripts/auditor.sh
index b3e5f11..aa0af06 100644
--- a/experiment/scripts/auditor.sh
+++ b/experiment/scripts/auditor.sh
@@ -64,16 +64,18 @@ EOF
 }
 
 function setup_exchange_replication() {
-  su auditor-ingress << EOF
+
   taler-config -s exchange -o DB -V "postgres"
   taler-config -s exchangedb-postgres -o CONFIG -V 
"postgres:///exchange-ingress"
+
+  su auditor-ingress << EOF
   taler-exchange-dbinit
 EOF
 
   su postgres << EOF
   createuser --replication egress
-  psql -tAc "ALTER ROLE egress WITH PASSWORD '${DB_PASSWORD}';
-  psql -d taler-exchange -tAc "CREATE REPLICATION taler-perf FOR ALL TABLES;
+  psql -tAc "ALTER ROLE egress WITH PASSWORD '${DB_PASSWORD}';" || true
+  psql -d exchange-ingress -tAc "CREATE PUBLICATION ${NODE_NAME} FOR ALL 
TABLES;"
 EOF
 }
 

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