Hi,
I have completed the following steps
- Downloaded and installed postgres
- created db named kodekloud_db1
- created role / user named kodekloud_roy with superuser privileges
- changed the owner of the db to the created user
- granted all the privileges to the user to the DB
- alter the password to use the md5 hash generated
- changed the hba config file to use md5 instead of trust for both local and host
I am not sure what went wrong?