New node don't work - errors

Hello, I trying to setup new node. After start I got this errors:

2020-12-15T08:46:12.155Z        INFO    Operator email  {"Address": "xxxxxxx"}
2020-12-15T08:46:12.155Z        INFO    Operator wallet {"Address": "xxxxxxx"}
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

What is wrong?

Did you follow the documentation? It looks as though you’ve not run the setup for the docker - https://documentation.storj.io/setup/cli/storage-node#setting-up-the-storage-node

Hey @Kozaks, did you get it working?
Do not hesitate to share what was the problem you faced and how you solved it in the end, it might help others :slight_smile:

Yes! :slight_smile: It’s work right now.
I found this changelog

Now we need to add -e SETUP=“true” on first start :wink:

3 Likes