sandcastle-ng

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

commit 2da6a973c48105df96d92cbe638ba419a9f6c366
parent 96b837a846533ac21aab95042e9b2c309f0c5753
Author: Florian Dold <florian@dold.me>
Date:   Tue, 11 Feb 2025 23:49:54 +0100

-comment

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -394,6 +394,7 @@ if [[ -d /exported && -e /exported/import-request ]]; then echo "Importing databases" # FIXME: Consider backing up old DB before importing new one + # FIXME: This is rather hacky, it would be better to use "pg_dump -Fc" and "pg_restore" sudo -u postgres dropdb taler-exchange sudo -u postgres dropdb taler-merchant sudo -u postgres dropdb libeufin