Setting up Test network

I created a teststorj database but when I try to run the below command-

storj-sim network setup --postgres=postgres://postgres@localhost/teststorj?sslmode=disable

The following error comes up:

zsh: no matches found: --postgres=postgres://postgres@localhost/teststorj?sslmode=disable

Where can i get the correct connection string? What am I missing here ?

Hello @Rishmitha ,
Welcome to the forum!

Seems your shell is trying to interpret arguments for storj-sim command.
Please try to run it from bash.

Is the terminal window for your postgress still open as well as the storj Sim one