Documentation request: Overview about database access and configuration in a development environment.

In the context of understanding how to restore a backup in a freshly installed development environment (docker) I would be happy about some explanation, how the database is set up and the connection to the database is configured:

1 Like

Database configuration is done here:

Create development databases:

Setup database user:

I’m still trying to understand,

  • how authentication is done
  • where authentication is configured
  • how connection parameters should be set