You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
I'm a postgres noob and when following the README.md to run this locally on my macbook.
But on running the mix ecto.create command I get below error about a role "postgres" does not exist.
I have installed postgres using brew (and started it using pg_ctl -D /usr/local/var/postgres start as brew suggests after successful install).
14:37:22.569 [error] GenServer #PID<0.516.0> terminating** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification): role "postgres" does not exist (db_connection 1.1.3) lib/db_connection/connection.ex:163: DBConnection.Connection.connect/2 (connection 1.0.4) lib/connection.ex:622: Connection.enter_connect/5 (stdlib 3.13.2) proc_lib.erl:226: :proc_lib.init_p_do_apply/3Last message: nilState: Postgrex.Protocol** (Mix) The database for RealWorld.Repo couldn't be created: FATAL 28000 (invalid_authorization_specification): role "postgres" does not exist
I'm a postgres noob and when following the
README.mdto run this locally on my macbook.But on running the
mix ecto.createcommand I get below error about arole "postgres" does not exist.I have installed postgres using brew (and started it using
pg_ctl -D /usr/local/var/postgres startas brew suggests after successful install).