Description
I am encountering a error message when attempting to create a PostgreSQL user with "appdb_ADMIN", in the kartoza/postgis:16-3.4 Docker container. I am aware of PostgreSQL to automatically converting unquoted identifiers to lowercase, that is why i am especially using it in quotes.
Steps to reproduce the issue
Set "appdb_ADMIN" as the POSTGRES_USER
Run the kartoza/postgis:16-3.4 Docker container.
Observe the error message indicating that a role appdb_admin already exists, which is confusing since the attempt was to create appdb_ADMIN.
postgres@postgres ERROR: role "appdb_admin" already exists
postgres@postgres STATEMENT: CREATE USER appdb_ADMIN WITH SUPERUSER ENCRYPTED PASSWORD 'xxxx';
ERROR: role "appdb_admin" already exists
What is the bug or the crash?
Description I am encountering a error message when attempting to create a PostgreSQL user with
"appdb_ADMIN"
, in the kartoza/postgis:16-3.4 Docker container. I am aware of PostgreSQL to automatically converting unquoted identifiers to lowercase, that is why i am especially using it in quotes.Steps to reproduce the issue
"appdb_ADMIN"
as the POSTGRES_USERVersions
kartoza/postgis:16-3.4 Docker 24.0.7, build afdd53b Portainer CE 2.19.2 host: Debian 6.1.55-1 x86_64
Additional context