Integrates the Configu Orchestrator with a MariaDB database.
.configu
store declarationconnectTimeout
or acquireTimeout
in the configuration options to handle long-running connection setups. Make sure the database is reachable from your application.username
and password
are correct, and that the user has the necessary permissions to access the specified database. Use a MariaDB client to manually confirm the credentials.ssl
is enabled. Verify that the certificates match the MariaDB server’s configuration.READ
and WRITE
permissions for the config_store
table. Use the following SQL command to grant permissions: