I have a containerized setup of pgAdmin4 V6.2 in server mode running. As described in the documentation I supplied the PGADMIN_DEFAULT_EMAIL
and PGADMIN_DEFAULT_PASSWORD
environment variables in order to create a default user.
I know I can add more pgAdmin users (NOT database users!) in the user management dialog. However, I would like to add multiple users on deployment, just like the default user. Is that possible in any way so in order to integrate this step in my CI pipeline?