Create Postgres user account
8 April 2022 (Updated 11 April 2022)
Switch to the UNIX user who is a Postgres superuser (on standard installations, postgres
will be a superuser):
sudo su - postgres
Run:
createuser --pwprompt
The --pwprompt
flag will prompt you to enter password for the new user.
Sources
Tagged:
Postgres
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment