Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with PostgreSQL 9.6 #317

Open
frapik99 opened this issue Jan 9, 2017 · 1 comment
Open

Issues with PostgreSQL 9.6 #317

frapik99 opened this issue Jan 9, 2017 · 1 comment

Comments

@frapik99
Copy link

frapik99 commented Jan 9, 2017

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

@nogsantos
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants