Reset default superuser password of PostgreSQL database
If you forgot the password of the PostgreSQL database, you can reset it by following below steps:
Start PSQL terminal with following command $sudo -u postgres psql postgres Then run following command and will ask to enter new password: # \password postgres
No comments:
Post a Comment