-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node issue post upgrade from v1.16.0 to saffron v1.17.0 #1764
Comments
Hi @Palak3196 , Do you happen to know what database your node is using. Is it the |
@nullpointer0x00 Nope, Is there a way to find this out? |
Hi Team, Still waiting for help here. Our node is still down |
@Palak3196 We have a dbmigrate tool in the Provenance repo. I would recommend backing up your $PIO_HOME/data and trying that out. You can build and install You can then run the This should hopefully update your databases and allow you to continue running. |
@Taztingo How do i do it for a node that we run using docker? |
It looks like you have configured your volume to be at |
sounds perfect, let me try. Thank you for the quick support |
Hi @Taztingo, do I need to have provenanced installed for the dbmigrate command to run? Because it doesn't run if I simply docker exec -it inside the container. And yes the config and data directories exist at /DataDisk/provenance-arch-node |
The docker images were updated to no longer use CLEVELDB in #1709 so make sure your docker containers are up to date. The |
You may want to run |
This means that you do not have your
and
This is why I am able to resolve my installed
|
Thanks @iramiller I added GOBIN in the path as suggested: And then ran make build in the provenance binaries' directory (taken from v 1.17.0), but it ran into errors (attached in the note) Also, I saw the release notes for Release v1.17.1 and tried the below steps too to goleveldb from cleveldb: For this, my docker container runs into the below error: Sorry that's a lot of information! Let me know if there's anything wrong here |
@Palak3196 It looks like you are having an issue with As a follow up, what binary are you attempting to use? Is this the binary you are attempting to build, or are you using the prebuilt 1.17.1? |
This looks abandoned. Feel free to re-open if there's still an issue. |
Hi Team,
We have been running an archival provenance node with docker and have been updating it accordingly over the past year.
Our node stopped syncing at block 13736000, using image: provenanceio/provenance:v1.16.0
At this block, we went for upgrade to Saffrom v.1.17.0:
docker run -d --rm -it --name node-prov -p 1317:1317 -p 26657:26657 -p 9090:9090 -v /DataDisk/provenance-arch-node:/home/provenance provenanceio/provenance:v1.17.0 provenanced start
But the node logs are stuck at this for the past 48 hours:
Please let us know if any changes are needed to the docker command we're using.
Thank you for supporting us for more than a year now!
Palak
The text was updated successfully, but these errors were encountered: