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 passwordpostgres-r00t-p4ssw0rd
.
The PostgreSQL administration console exposes the following databases:
-
Database
data_server
, used by the Data Service with the userdata_server
and the passworddata_server
. -
Database
keycloak
, used by the Data Service with the userk3cl04k
and the passwordk3cl04k
.
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.