commit 6be6580a34ca846524ad1c0a5fa57335e6e84cb4 parent 10298ad4d22e80353f226a5ba4bb7e11abf26fae Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 25 Nov 2024 17:48:04 +0100 detect need for manual intervention Diffstat:
| M | regional-currency/upgrade.sh | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/regional-currency/upgrade.sh b/regional-currency/upgrade.sh @@ -16,6 +16,16 @@ echo "Upgrading packages..." apt-get upgrade apt-get dist-upgrade +if test -x /etc/taler/taler.conf +then + echo "Manual upgrade required, please split your /etc/taler/taler.conf" + echo "into separate versions for exchange and merchant." + echo "Once done, continue the upgrade by exiting this sub-shell by" + echo "entering 'exit'." + export PS1="SUBSHELL-$PS1" + bash +fi + echo "Upgrading databases..." libeufin-dbconfig &>> upgrade.log taler-exchange-dbconfig &>> upgrade.log