Integrates the Configu Orchestrator with CockroachDB.
.configu
store declarationCockroachDBConfigStore
with Configu, declare it in the .configu
file as shown below:
connectTimeout
or acquireTimeout
in the configuration options to handle long-running connection setups. Ensure the database is accessible.username
and password
, and confirm the user has access to the specified database. Use a CockroachDB client to check credentials.ssl
is enabled. Verify that the certificates match the CockroachDB server configuration.READ
and WRITE
permissions for the specified table. Use the following SQL command to grant permissions: