1
0

Deleting LND volume on old installations (#340)

If volume is not present it won't throw any kind of error, it'll just echo volume name
This commit is contained in:
rockstardev
2020-07-29 03:17:21 -05:00
committed by GitHub
parent 300001bfe9
commit f2df1feb05

View File

@@ -21,6 +21,10 @@ fi
docker volume rm --force generated_lnd_bitcoin_datadir
# very old installations had production_lnd_bitcoin_datadir volume
# https://github.com/btcpayserver/btcpayserver-docker/issues/272
docker volume rm --force production_lnd_bitcoin_datadir
../btcpay-up.sh
echo "LND container recreated"