mynodebtc / mynode

The easiest way to run Bitcoin and Lightning!
Other
649 stars 146 forks source link

Upgrade may have not completed #316

Closed st4cks4ts closed 4 years ago

st4cks4ts commented 4 years ago

I’ve tried to retry the upgrade and continue to upgrade to the latest versions but still get the following error. 449C149F-B85D-4E67-B486-7E77C7259545

tehelsper commented 4 years ago

Is anything not working as expected? Can you email the upgrade log to admin@mynodebtc.com?

st4cks4ts commented 4 years ago

Everything works as normal just the flag. Unfortunately clicking show upgrade log button doesn’t work. Another way to find that file?

st4cks4ts commented 4 years ago

Same issue with most recent upgrade

tehelsper commented 4 years ago

Can you try opening the Linux Terminal and running:

sudo /usr/bin/mynode_post_upgrade.sh

And see how it fails.

st4cks4ts commented 4 years ago

`+ set -e

dpkg: error processing package openjdk-11-jre:armhf (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: openjdk-11-jre:armhf`

tehelsper commented 4 years ago

Thanks. It definitely looks like your upgrade failed and is not confused. You have a couple options.

1

sudo apt-get install openjdk-11-jre-headless sudo /usr/bin/mynode_post_upgrade.sh (check for new error)

2

Re-flash your SD card with the latest version from the website and re-upgrade. No blockchain or lnd data will be lost.

st4cks4ts commented 4 years ago

Thanks Taylor. Option 2 was able to fix things.

tehelsper commented 4 years ago

Great!