Hi,
I am operating a node since 2020 without any issues. This week I saw that the node keeps restarting. Here is the log that I found:
Error: Error starting master database on storagenode: group:
— stat config/storage/blobs: permission denied
— stat config/storage/temp: permission denied
— stat config/storage/garbage: permission denied
— stat config/storage/trash: permission denied
INFO exited: storagenode (exit status 1; not expected)
I started it with this command:
sudo docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967/tcp -p 28967:28967/udp -p 14002:14002 -e WALLET=“0xxxxxxxxxxxxxxxx” -e EMAIL="xxxxxxxxxx@gmail.com" -e ADDRESS=“xxxxxxxxxxxxxxxxxx:28967” -e STORAGE=“500GB” --user $(id -u):$(id -g) --mount type=bind,source=“/mnt/hdd/home/bandi/.local/share/storj/identity/storagenode”,destination=/app/identity --mount type=bind,source=“/mnt/hdd/home/bandi/storj”,destination=/app/config --name storagenode storjlabs/storagenode:latest --operator.wallet-features=‘[“zksync”]’
It was working for months before
Thanks for your help