sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit c865af5afe294c983d2abea06f25f0de8a21339c
parent 23d617e6cb690ee787443fe3ff8e29038385654b
Author: Florian Dold <florian@dold.me>
Date:   Thu, 30 Oct 2025 13:54:06 +0100

stop cluster before deleting

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -118,6 +118,7 @@ systemctl stop taler-demo-landing.service systemctl stop taler-demo-blog.service systemctl stop taler-demo-donations.service systemctl stop libeufin-bank.service +systemctl stop donau-httpd.service # libeufin-nexus is not used systemctl stop libeufin-nexus-ebics-fetch.service @@ -453,7 +454,7 @@ if [[ $import_instr = singledump ]]; then echo "Requested import, but backup file does not exist" >&2 exit 1 fi - pg_dropcluster 17 main || true + pg_dropcluster --stop 17 main || true pg_createcluster 17 main sudo -u postgres psql postgres -f "$backup_file" fi