Hi
I don’t understand how the postgres question (install and configure) is marked? I installed, the service, initialized the db, started and enabled the service.
I add my user/role, I add the DB, and I grant full permission to the newly created DB.
GRANT ALL PRIVILEGES ON DATABASE (db) TO (user);
same with me but the task got failed with “PostgreSQL is not configured correctly, either user ‘kodekloud_rin’ and database ‘kodekloud_db5’ does not exist or user ‘kodekloud_rin’ does not has appropriate permissions on database ‘kodekloud_db5’ on DB Server” , everything was fine checked everything, what went wrong ?
what is the main issue in this scenario ? anyone can guide me what is the main issue with it? i haven’t work it on postgresql so facing issue.
psql -U kodekloud_rin -d kodekloud_db8 -h 127.0.0.1 -W
hi KodeKloud Team,
Even i’ve made sure all the steps were configured properly . But still I get user or db not created properly . Can you please recheck or provide me any option to re-do the task ?
d. Make appropriate settings to allow local clients to connect to the <database> database through <databse_user> user using md5 encrypted password for authentication.
Please note that local clients might be running as different linux users but they should be able to connect to PostgreSQL using the credentials you created.