Changes
Jump to navigation
Jump to search
m
Database Server Documentation (view source)
Revision as of 19:30, 2 March 2016
, 19:30, 2 March 2016→Adding Root Accounts to the box
Assuming that you have root, you can create user accounts on the box and give them root too. This isn't necessary for regular users - they just need a Postgres user account (see below). To add users to the box, the process is:
First great create the users group, checking the last group number (5xx is the next one):
cat /etc/group
/usr/sbin/groupadd -g 5xx username