The problem was that postgres had to be installed. However now that I have done this I am encountering a new error: `** (Mix) The database for Boilerplate.Repo couldn’t be created: FATAL 28P01 (invalid_password): password authentication failed for user “postgres”
09:41:21.773 [error] GenServer pid<0.4925.0> terminating
** (Postgrex.Error) FATAL 28P01 (invalid_password): password authentication failed for user “postgres”
(db_connection) lib/db_connection/connection.ex:148: DBConnection.Connection.connect/2
(connection) lib/connection.ex:622: Connection.enter_connect/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
Last message: nil
State: Postgrex.Protocol`
when running mix ecto.create
Is there a specific postgres password i need to use so that it will be compatible with ecto? or does it have to be blank? although that seems unsecure..
Regardless thank you again for all the help and while I will greatly appreciate replies I understand your all very busy so I’m mostly using this thread to think through the errors I encounter and document results for others to reference.
Thanks






















