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
Hi,
I have installed PostgreSQL but i try nodal db:create I have the following error: Database Error: password authentication failed for user "postgres" I tried to reset the password but nothing. I cannot even create the user using createuser postgres -s as suggested because postgres was already created. Any idea on how to solve it?
EDIT: I renamed postgres to postgresold using ALTER ROLE postgres RENAME TO postgresold;, after that i create the user using createuser postgres -s but I still have the same error.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I think this is not a nodal issue, maybe, your db.json file, in config folder on your project is not set properly, or your postgreSQL user has no permission, or connections are not allowed from your host... Did you try to review your postgres configurations pg_config, postgres.conf?
Hi,
I have installed PostgreSQL but i try
nodal db:create
I have the following error:Database Error: password authentication failed for user "postgres"
I tried to reset the password but nothing. I cannot even create the user usingcreateuser postgres -s
as suggested because postgres was already created. Any idea on how to solve it?EDIT: I renamed
postgres
topostgresold
usingALTER ROLE postgres RENAME TO postgresold;
, after that i create the user usingcreateuser postgres -s
but I still have the same error.Thanks
The text was updated successfully, but these errors were encountered: