Create an admin user for PostgreSQL by using postgres user and psql cli.
psql
CREATE USER "username" PASSWORD 'password' LOGIN SUPERUSER CREATEDB;