Accessing PostgreSQL

You can access PostgreSQL using a dedicated client. One user is created in the default configuration:

  • The admin user postgres-r00t-us3rn4m3 with the password postgres-r00t-p4ssw0rd.

The PostgreSQL administration console exposes the following databases:

  • Database data_server, used by the Data Service with the user data_server and the password data_server.

  • Database keycloak, used by the Data Service with the user k3cl04k and the password k3cl04k.

Note:

The PostgreSQL database is stored in a Docker volume, which can be backed up and restored. For more details, please refer to Section Backing Up and Restoring the Application.