Hi there,
I am in trouble with one of my nodes. It is a Synology with docker. For some reason the database became corrupted, so I had to remove the container completely and re-create it.
The first problem was with the command that was creating the container. I had that saved on a text file, but for some reason it wasn’t accepted. So after a lot of reasearch I realized that the “destination” parameter in “-mount” became “target”, that the “storjlabs/storagenode:latest” should be in the “-mount” and not at the end like I had it and more.
Anyway, even though I managed to find the correct syntax for the command, I still have some issues which I cannot bypass.
My node is down for more than 3 days now and I am starting worrying for being disrupted.
The node is restarting all the time, as I see that is always up for 1 minute. In addition the dashboard is not loading at all and give me the following:
I don’t know if the command is still wrong, but I would really appreciate if you could check it and let me know is something is wrong and/or causing issues. Here is my command, with some details replaced with “x-es” and zeros:
sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-p 28967:28967/tcp \
-p 28967:28967/udp \
-p 14002:14002/tcp \
-e WALLET="0x0000000000000000000000000000000000000000" \
-e EMAIL="username@domain.com" \
-e ADDRESS="xxxxx.xxx.domain.com:28967" \
-e STORAGE="20TB" \
--name=XX-XXX-NAS02_a \
--mount type=bind,source="/volume1/docker/storj/identity",target="/app/identity" storjlabs/storagenode:latest \
--mount type=bind,source="/volume1/docker/storj/data"‚target="/app/config" storjlabs/storagenode:latest \
--operator.wallet-features=zksync-era,zksync
Finally, I also think that maybe the problem I have is permissions, but I really don’t know how all this works. I believe that the files are still accessible from the new container I created, but I don’t know how to prove it or to check it.
Any help would be really much appreciated!
With kind regards,
Angelos Pitsos