...
This option installs Kyvos services on configured resources based on your Azure account information.
Using Flexible Server as Kyvos Manager repository in Azure
Anchor | ||||
---|---|---|---|---|
|
Configuring Flexible Server as Kyvos Manager repository
Create Flexible server. For more details about how to create a flexible server, see Step -3 mentioned on the Prerequisites for Flexible Server section.
Once Kyvos Manager node is created and extracted the bundle. You must not start Kyvos Manager services.
Configure the jdbc.properties of Kyvos Manager (manually) with the Flexible Server details, do the following:
Before configuring the jdbc.properties, ensure that Kyvos Manager must not be started.
Replace the server name in jdbc URL with the server name, port, and SSL of the Flexible server.
jdbc.url=jdbc:postgresql://<Servername>:<port>/kmrepo?sslmode=require
For example,
jdbc.url=jdbc:postgresql://kyvosmanager-postgresserver-5122.postgres.database.azure.com:5432/kmrepo?sslmode=requirejdbc.username must be kmdbuser.
Set the value of useBundledRepo and manageBundledRepoService to ‘false.’
Start Kyvos Manager using the
./start-km.sh
command.
...