Open gongpengjun opened 2 years ago
Work around the error by login postgresql and create database and user mannually
postgres=# create database "todo-postgres-db";
postgres=# create user dbuser with encrypted password 'B1gB1tBu5';
postgres=# grant all privileges on database "todo-postgres-db" to dbuser;
postgresqlPassword: B1gB1tBu5 does NOT work as expected.
vagrant_up.log