"ping database error, will retry in 2s: pq: database \"loraserver\" does not exist" error

Hello Guys,

I am building my Lora Server via the instructions on “Quick Install” Page. Right now I am configuring the LoRa server as the following section:

According to it, I set the variable postgresql.dsn as “postgres://loraserver_ns:dbpassword@localhost/loraserver?sslmode=disable”, but got the error message: “ping database error, will retry in 2s: pq: database “loraserver” does not exist”

I think that “postgres://loraserver_ns:dbpassword@localhost/loraserver_ns?sslmode=disable” should be correct. After appling it, the error was gone.

Did I do right? Advise me please.

Thanks,
Chaoyu

Yes, you are right. I’ve updated the docs. Next time when you see a documentation mistake, please feel free to create a pull-request :slight_smile: