systemctl start psql -U postgres -c "CREATE EXTENSION adminpack;" postgres=# CREATE USER '' WITH PASSWORD ''; postgres=# CREATE DATABASE ; postgres=# GRANT ALL PRIVILEGES ON DATABASE TO ''; postgres=# \q