This project is maintained by nicolas-brousse
Follow me
config pgsql
Create user admin with superadmin role
su - postgres psql CREATE USER "admin"; ALTER USER "admin" WITH SUPERUSER;