Skip to content

Improve database initialization for containerized environments

Daniel Gerhardt requested to merge autocreate-db into master

A config property to automatically create the database has been added. Additionally, the backend now retries to establish a connection to the database if it is not ready.

Merge request reports