And how would i add real nodes like the one i run(if i can i have read that a node using trusted satellites can’t also use untrusted ones but it was an old post)and other SNO’s nodes(btw is sno storage node or storage node operator i thought the second but many people use it for the first)
Also the dbs where all of the info on how much nodes are holding where would i find it
Also when i build stuff like in the web folder i get this
Images and other types of assets omitted.
Build at: 2022-06-14T07:47:05.366Z - Hash: 6862656d6d3235f6 - Time: 68622ms
DONE Build complete. The dist directory is ready to be deployed.
INFO Check out deployment instructions at Deployment | Vue CLI
Then i go to the url but it still tells me to build it ??
You already asked this same question in another thread, please abstain from double posting, it will not result in getting questions answered any quicker.
I will give you a fishing rod and I can teach you how to use it, instead of giving fish (ready-made answers) :).
storj-sim --help
Here you will see options for configuration, include the running network and which services should be running and how much nodes do you want to run.
I’m not sure is it possible to connect the real nodes - you need to check this. For that the satellite should bind to the IP address of the desired network interface, not localhost (127.0.0.1). You can try to change the address with available options (tip: --host).
I have not tried to build what you want, so my knowledge is ended here. I would like to hear your findings and maybe you can write a documentation, how to run a Community satellite. It would help to add more decentralization to the network.
Please note - your satellite will create a separate network from the Storj DCS network (the real nodes will not join it automatically).
Regarding build of web items - if you did build them, you can configure your nodes to use built web items with option in their configs
Ok thanks i will get started once i am done i can publish documentation/tutorials for community satellites (i can see people want it)
And btw thanks for all of your expert help @Alexey
You have created it during setup. And you can backup it or setup a database cluster. But you need to search how-tos in the internet, it’s not related to Storj.
I understand but when it’s running is it in ram or is there an actual teststorj file somewhere i know distribution is unrelated but i created the db and would like to know is it in ram or a file
And if db closed is it deleted @Alexey
It depends on how you run PostgreSQL. There are files (it’s not a single file) related to the database. It’s an own toolset related to PostgreSQL. You required to do research yourself, sorry.
I can only mention that if you started it in the docker without volumes, then database got removed with the container during container removal. See options for the docker image: Docker Hub
See also PostgreSQL: Documentation
Found a solution i will post for anyone who may have or have in the future this issue the below commands will respectively Backup / restore docker postgress databases