DEV Community

Discussion on: Set up WSL2, PostgresQL and Phoenix LiveView on Windows

Collapse
 
weogrim profile image
weogrim

Thanks for article, it helped me setup postgres ;)

You have two typos in postgres name (posgres) here:

sudo -u posgres createdb <your_db_name>

and here:

sudo -u posgres psql