Node 4 won't start (Error starting Master DB )

Hey,

today i want to start a new node on my Raspberry. Since one year i host Storj so now that would be the 4th Node.

But at the thirst try i only get a 404 Error when i want to open the Webinterface.
So I decide to delete the docker container and the files on the Storage HDD.
But since them I only get this Error when i try to start the new Node. All others nodes run fine.

Error: Error starting master database on storagenode: group:
--- stat config/storage/blobs: no such file or directory
--- stat config/storage/temp: no such file or directory
--- stat config/storage/garbage: no such file or directory
--- stat config/storage/trash: no such file or directory

I hope somebody can help me :slight_smile: Thanks

Hello,
Did you use -e SETUP=“true” ? For first run?

2 Likes

-e SETUP=“true”?
Is that a new command for running nodes at the first time?
Never see that command before :smiley:

When i start ther other three nodes, i just have to write

" docker run -d --restart unless-stopped --stop-timeout 300 -p 28969:28967 -p :14004:14002 -e WALLET=“xxx” -e EMAIL=“xxx” -e ADDRESS=“xxx:28969” -e STORAGE=“10.5TB” --mount type=bind,source=/home/pi/.local/share/storj/identity3/storagenode,destination=/app/identity --mount type=bind,source=/mnt/storagenode3,destination=/app/config --name storagenode3 storjlabs/storagenode:latest"

but this is a year ago. Since this time i have to run Setup now? :smiley:

1 Like

Yes new command
Try to read https://documentation.storj.io/ :grinning::+1:

Yes if node run once the normal command working…so only first run must have this setup E…

2 Likes

Okay,

that works a litte bit more :smiley:
But there seems to be an old config that i have to found now…
Ahhhh i hate it :smiley:

 INFO    Configuration loaded    {"Location": "/app/config/config.yaml"}

Error: storagenode configuration already exists (/app/config)

Big Thanks @Krystof now the 4th node is running :slight_smile: Thank you for your fast replay.
Have a nice day :slight_smile:

Can be closed now

2 Likes