getting the same problem…
how can I go to the config fille?
cd $CNODE_HOME/files and ./config.json ??
getting the same problem…
how can I go to the config fille?
cd $CNODE_HOME/files and ./config.json ??
cat $CNODE_HOME/files/config.json

it says true
ok, try nano ${HOME}/.bashrc
and show me the last part (last 8 lines)
also… sudo systemctl status cnode and press right arrow… what is the path for socket?
you mean this one?
Yes, try to add bellow
source “$HOME/.cargo/env”
should looks like this:
[ -f “/home/xxx/.ghcup/env” ] && source “/home/xxx/.ghcup/env” # ghcup-env
export CNODE_HOME=/opt/cardano/cnode
source “$HOME/.cargo/env”
Yes, try to add bellow
source "$HOME/.cargo/env"
should looks like this:
[ -f "/home/xxx/.ghcup/env" ] && source "/home/xxx/.ghcup/env" # ghcup-env
export CNODE_HOME=/opt/cardano/cnode
source "$HOME/.cargo/env"
added! and should I try sudo systemctl status cnode?
first try sudo systemctl restart cnode
wait 1 min and try sudo systemctl status cnode
also if u are pressing: top , u should see only one process cardano-node , how is the CPU?

This is what I see
aa ok, then the CPU is over 100% it means didn’t started yet. wait till the CPU will go under 100%
now u can delete all these images where the username of the server is visible
Let me know if it’s working after the CPU go under 100%
PS: you will need to edit env (pool line - add the pool folder name between"" you can copy from another env_bkp_xxx) and also the topology file you will need to update with your relay IP/port (same u have them in topology_bkpxx file)
also u will need to delete all the files with bkp_xxx in the name (user rm file_bkpxxx command) from scripits folder
thanks I will try them all, really really appreciated ! you will be surely repaid for helping others! 
what if it is not going under 100%? it’s been 2hours, but it is still above 100%
what are the HW configuration?
try also to restart the all server. did u restarted till now?
u had 1.25.x version before the update?
Hi Alex
What does it mean when the node version 1.27.0 is not showing in the upper right hand corner

Do you need to download any of the “json” files from https://hydra.iohk.io/build/5821110/download/1/index.html
great article once again with thanks from plebpool.com [PLBPL], on 1 of our 3 realys we had to do this manually to get the right version. not entirely sure why but the only hitch
Install Cabal and dependencies.
sudo apt-get -y install pkg-config libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev build-essential curl libgmp-dev libffi-dev libncurses-dev libtinfo5
curl --proto ‘=https’ --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Answer NO to installing haskell-language-server (HLS).
Answer YES to automatically add the required PATH variable to “.bashrc”.
cd $HOME
source .bashrc
ghcup upgrade
ghcup install cabal 3.4.0.0
ghcup set cabal 3.4.0.0
Install GHC.
ghcup install ghc 8.10.4
ghcup set ghc 8.10.4
Out of curiosity, do people compile on one relay and copy the binary over to another to reduce downtime? If so, is there a proper way of doing that? If not, why is better to compile on each node? Should we also compile on the block producer?
U can download the binari files and upload to the new server
And this can also be done with the block producer?