gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: earlier password change


From: gnunet
Subject: [taler-deployment] branch master updated: earlier password change
Date: Tue, 18 Oct 2022 21:36:21 +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 75d7b83  earlier password change
75d7b83 is described below

commit 75d7b83d8bcc4f1c6f21706536764dc53b55f658
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 18 21:36:17 2022 +0200

    earlier password change
---
 docker/hybrid/docker-compose.yml      | 2 +-
 docker/hybrid/images/postgres/init.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/hybrid/docker-compose.yml b/docker/hybrid/docker-compose.yml
index 1cb9c26..f85c0a5 100644
--- a/docker/hybrid/docker-compose.yml
+++ b/docker/hybrid/docker-compose.yml
@@ -11,7 +11,7 @@ services:
       - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf
     environment:
       POSTGRES_USER: root
-      POSTGRES_PASSWORD: nonce # changed after init.
+      POSTGRES_PASSWORD: nonce # changed during init.
       POSTGRES_HOST_AUTH_METHOD: scram-sha-256
 
   exchange:
diff --git a/docker/hybrid/images/postgres/init.sh 
b/docker/hybrid/images/postgres/init.sh
index 04ac447..faf93df 100644
--- a/docker/hybrid/images/postgres/init.sh
+++ b/docker/hybrid/images/postgres/init.sh
@@ -2,7 +2,7 @@
 
 set -eu
 
-createdb -U root -O root taler
 # Fixme: use taler-config.
 CUSTOM_PASSWORD=$(grep db-password < /config/deployment.conf | awk -F= '{print 
$2}' | tr -d "[:space:]")
 echo "ALTER ROLE root WITH PASSWORD '"${CUSTOM_PASSWORD}"';" | psql -U root
+createdb -U root -O root taler

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