I have upgraded my BP node to version 1.25.1 but now the node is stuck in activating
These are the steps i have done in order to upgrade the node:
Step 1:
cd ~/git
git clone GitHub - input-output-hk/libsodium: A modern, portable, easy to use crypto library
cd libsodium
git checkout 66f017f1
./autogen.sh
./configure
make
sudo make install
echo “export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH” >> ~/.bashrc
echo “export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH” >> ~/.bashrc
source ~/.bashrc
STEP2:
sudo systemctl stop cnode.service
cd ~/git
cd cardano-node
git fetch
git checkout master
git pull
git checkout 1.25.1
echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh
STEP 3:
cd “HOME/tmp" curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh chmod 755 prereqs.sh ./prereqs.sh -f . "{HOME}/.bashrc”
cardano-node version
and at last, i have updated the env file and the topologyudater file accordingly.
Please advise.
also this is the message when i run the ./gLiveview.sh command