-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testnet upgrading to V13 fail after git pull + run_node.sh #13
Comments
One day after, I managed to make it work somehow after many trials: It sent a load of warnings at start the time it was catching up with the downloaded database, then I was validating again (but in root !): my new additional validator on testnet is AZERO_STAKING_TESTNET. I have stopped the docker, launched again ./run_node.sh and I get same error as before. Remark: when it failed, I tried on a fresh new ubuntu server 22.04 a new node installation from scratch, creating a testnet address, using faucet, installing node under docker, mondiy ports, only paritybd was loaded and it works like a charm !!! Good luck ! I hope you can find a global way to upgrade mainnet ! |
Thank you for reporting and sorry for the problems — I’ll do my best to investigate and fix this. |
First part looks like the container was in some state like |
I have 2Tb disk, only ubuntu 22.04 + aleph node installed on if. Note that I didn't obey the good practices after: I tried to run node with sudo privilege and it worked. I stopped all containers + stopped docker as well (systemctl stop). When I relaunch the script without sudo it does not work anymore, I have to stick with sudo now. |
Did you read the documentation and guides?
Is there an existing issue?
Description of the problem
I upgraded the testnet V12 to V13 as recommended: stop docker + launch run_node.sh. It worked. but no pruning option in env/files, no download of parityDB. Checking docs, I saw that it is recommended to git pull the aleph-zero-node/ directory.
After git pull, updating correct ports in env/ files, I saw pruning option. When I launched run_node.sh, it downloaded the 58Gb of data. Installation finished with "Testnest sucessfully updated" with a message to remove manually db/.
Nevertheless, the docker was not started, it was continuously restarting. (restarting (123)).
I stopped docker, updated it again, made a git pull, restarted the update to get the pruning option & downloading db.
closing docker, renaming the docker to another name to rebuild it (I had message that the container name was already used)
run_node.sh properly: I get an error on binding ports:
Error starting userland proxy: listen tcp4 0.0.0.0:31343: bind: address already in use
.closing docker
docker stop $(docker ps -a -q)
, rebooting,Information on your setup.
ubuntu 22.04 LTS desktop freshly updated
intel 11900 + 64Go DDR4, 2To NVME SSD, B560M chipset
running testnet 12.2 (node powerpsy), upgrading to 13
latest docker install without root privilege, validator node
Steps to reproduce
"docker ps -a" shows a restarting container
Did you attach relevant logs?
The text was updated successfully, but these errors were encountered: