PostgreSQL

1# Postgres as System Database
2# [engineDir]/configuration/ivy.yaml
3SystemDb:
4  # Format: jdbc:postgresql://<host>[:<port>]/<database system>
5  Url: jdbc:postgresql://localhost:5432/AxonIvySystemDatabase
6  UserName: root
7  Password: 1234

If database will be created by the Axon Ivy Engine the encoding is set to UTF8.

Tip

If you experience bad query performance in Portal, then try to increase the setting work_mem in the postgresql.conf configuration file of the database.