I am trying to update cardano relay node, I am using docker image cardanocommunity/cardano-node
After that I restarted docker, I am getting the last version correctly, however it’s syncing for a long time now.
I run cntools which gives WARN: failed to query protocol parameters, ensure your node is running with correct genesis (the node needs to be in sync to 1 epoch after the hardfork)
Still the same, the cnode folder is attached to pv from the last version (1.26), the steps I did, 1 fetched the last docker image, 2 start the container, 3 run command cntools, answer yes for update => result previous screenshot - I assume the node will sync the DB from 1.26.
I can see restating just minutes before, when I ran the cmd systemctl status cardano-node I got the output , System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down, this is because I am using image.
The docker image cardanocommunity/cardano-node doesn not boot with systemd seems to be.
However the pod is restarting:
It appears you do not have binutils package installed, the one that provides nm tool and a few others, what is your distribution ? And by the way, how did you install libsodium ?
Without nm output and given your last error message, I can only assume that cardano-node binary is expecting a symbol (a function presumably) that he didn’t find in libsodium.so. That could explain why this instance is not starting properly but I can’t figure out why you have such a mismatch if you did not alter the Docker image.