Login error
psql: FATAL: role “pguser” is not permitted to log in
Need to give the new user login permission
postgres=# ALTER ROLE pguser LOGIN;
ALTER ROLE
Similar Posts:
- error: permission denied to create database [How to Solve]
- [How to Solve] psql: FATAL: role “postgres” does not exist
- [Solved] createdb: could not connect to database postgres: FATAL: Peer authentication failed for user “postgres”
- [Solved] PSQL: fatal: the database system is starting up
- How to Solve Error: FATAL: role “root” does not exist
- [Solved] zabbix Monitor postgres Error: “sh:psql command not found”
- PostgreSQL Connect Error: FATAL: no pg_hba.conf entry for host
- Postgres invalid command data recovery processing
- [Solved] Psql reports “invalid command \N” error when restoring data