Hello,
is necessary to change main folder name. previous was hz, now hz-v3.9 or even hz-v3.9-node. Is a little bit harder to upgrade VPS node. This is thing that also changed, and from now it will be used?
I think, that v3.8 on the nodes is still fully acceptable. Am I right?
My preferred way to upgrade a vps is using git. I'm using screen to detach and reattach a terminal session.
initial:
git clone https://github.com/NeXTHorizon/hz-source.git
cd hz-source
./compile.sh
screen -S hzlive -L ./run.sh
CTRL-a d
upgrade to latest version:
git pull
./compile.sh
screen -rd hzlive
CTRL-C
screen -S hzlive -L ./run.sh