You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I created a docker with the "persistent" option instead of -v mount points. I haven't read anywhere how this affects upgrades? Don't want to lose the config but also need to update to 1.8.1.
Here was the initial command used to launch the container:
But not sure what next step is. I see people talking about "deleting the container" that sounds like my keys are gonna go ..."poof". Bit cautious and unsure how to proceed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I created a docker with the "persistent" option instead of -v mount points. I haven't read anywhere how this affects upgrades? Don't want to lose the config but also need to update to 1.8.1.
Here was the initial command used to launch the container:
sudo docker run --name mychia -e service="wallet" -e keys="persistent" -d ghcr.io/chia-network/chia:1.5.0
Currently the container is running. I've done a
docker pull ghcr.io/chia-network/chia:latest
But not sure what next step is. I see people talking about "deleting the container" that sounds like my keys are gonna go ..."poof". Bit cautious and unsure how to proceed.
Appreciate any guidance here
Beta Was this translation helpful? Give feedback.
All reactions