CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
12 stars 48 forks source link

OTK Database - Initialize liquibase tables. #241

Closed APIM-KiranVaddadi closed 1 year ago

APIM-KiranVaddadi commented 1 year ago

Description of the change

Liquibase tables need to be initialize for existing OTK DB. This is controlled using a property 'changeLogSync' true/false. Note that the OTK db need to be manually upgraded in this release (or the release when the switch to helm based DB upgrade is done) and from the next OTK upgrade this flag should be set to false so that OTK DB is upgraded.

Also, moved dbUpgrade and useDemoDb to otk.database.

Benefits Customers can use existing OTK db for upgrade.

Drawbacks N

Applicable issues

Additional information

Checklist