-
Suggestion
-
Resolution: Fixed
-
None
-
None
-
None
The following properties are removed from the confluence.cfg.xml file after running the helm upgrade command with confluence.forceConfigUpdate property set to true in values.yaml file.
Please add the following properties in the confluence.cfg.xml.j2 template of the Confluence Docker image so that they will persist after running the helm upgrade command with confluence.forceConfigUpdate property set to true.
<property name="hibernate.connection.autocommit">false</property> <property name="hibernate.connection.isolation">2</property> //this will be set to 4 for the MYSQL database. <property name="spring.datasource.hikari.registerMbeans">true</property>