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
If <app_name>_role doesn't exist the template will create new role without password and then rails db:create, rails db:migrate will fail:
rails db:create db:migrate
connection to server at "::1", port 5432 failed: fe_sendauth: no password supplied
Couldn't create 'app_name_development' database. Please check your configuration.
rails aborted!
ActiveRecord::ConnectionNotEstablished: connection to server at "::1", port 5432 failed: fe_sendauth: no password supplied
Caused by:
PG::ConnectionBad: connection to server at "::1", port 5432 failed: fe_sendauth: no password supplied
The text was updated successfully, but these errors were encountered:
If <app_name>_role doesn't exist the template will create new role without password and then rails db:create, rails db:migrate will fail:
The text was updated successfully, but these errors were encountered: