Next: Creating the trip Database, Previous: PostgreSQL Setup, Up: PostgreSQL Setup [Contents][Index]
Create a user for the application, with minimal rights, entering the
password to be used by the trip
system user, when prompted by the
createuser
utility:
$ sudo -v $ sudo -u postgres createuser -P trip