...
By default, Kyvos Manager uses bundled Postgres as its repository. However, in cloud-based deployments, Kyvos Manager also supports using an external repository for AWS (RDS), or Flexible serverAzure (Flexible Server, GCP (CloudSQL).
For automated deployment (default Path), the location of the Kyvos Manager data folder is /data/kyvos/installs/kyvosmanager_war/
For non-automated deployments (i.e., on Prem or wizard-based deployments in a cloud environment), its location will be inside the kyvosmanager_war folder that was created initially.
...
Configuring jdbc.properties
You can configure jdbc properties for:
For fresh deployment
Automated deployment
Bundled Postgres: No manual configuration is necessary in jdbc.properties since it works well with default configuration values provided in jdbc.properties.
External Repository (AWS RDS, Flexible server): No manual configuration is required in jdbc.properties as everything is configured automatically.
...
Wizard based deployment
Bundled Postgres: No manual configuration changes are required in the jdbc.properties as everything works well with default provided configuration values in jdbc.properties
External Repository (AWS:RDS, Azure: Flexible server):
Before configuring the jdbc.properties file, ensure that Kyvos Manager is not started.
Replace the server name in jdbc url with the FQDN server name of the external repository instance, port and SSL.
For example, jdbc.url=jdbc:postgresql://kyvosmanager-postgresserver-5122.postgres.database.azure.com:5432/kmrepo?sslmode=requirejdbc.username should be kmdbuser.
Set the value of useBundledRepo and manageBundledRepoService to ‘false.’
Upgrade or Repository Switching (in between bundled and external)
Depending on whether switching from bundled to external or external to bundled, you need to set some properties while values and making values of irrelevant properties as blank.
Changing jdbc.properties
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Important
|
Case 2
Update the following properties when migrating from external repository to bundled Postgres:
Anchor | ||||
---|---|---|---|---|
|
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Important
|
Case 3
Update the following properties when migrating from Flexible Server to Single Server:
Anchor | ||||
---|---|---|---|---|
|
jdbc.url
jdbc.username
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note In the jdbc file,
|
Other properties
The username and password must be updated if they are not the default.
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Warning
|