I’m trying to use a custom user name to setup prisma1. If I use postgres as the username, the prisma docker container connects with the postgres docker container and all goes well and the prisma database is created. But as soon as I try to use another username as the database user in postgres and in the user field of the prisma config it fails to create the prisma database with the following error:
Exception in thread “main” org.postgresql.util.PSQLException: ERROR: permission denied for database prisma
Any ideas?