-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.6.1
-
2
-
Severity 3 - Minor
-
Issue Summary
During the Confluence setup, when selecting the DB, the confluence.cfg.xml is updated and replacing the value of hibernate.hikari.maximumPoolSize from the one added as ATL_DB_POOLMAXSIZE to a default one.
This is reproducible on Data Center: Yes
Steps to Reproduce
1. Create Confluence Docker container with environment variable `ATL_DB_POOLMAXSIZE`=`200`
2. Start Confluence container
3. Confirm that the value of `hibernate.hikari.maximumPoolSize` is `200`
4. Select "Non-clustered" option from the "Chose your deployment type" page
5. Observe that the value of `hibernate.hikari.maximumPoolSize` has been changed to `60`
Expected Results
Everytime a container is created or rebooted, to maintain the specified value confluence.cfg.xml
Actual Results
The container is created with a ATL_DB_POOLMAXSIZE, but after the DB setup in the browser, it changes.
Attached is gif from our customer showing the behaviour:
Workaround
Edit the confluence.cfg.xml manually in the container.
- duplicates
-
SCALE-66 While doing a docker deployment, parameters sent in variables are replaced with default values after DB setup screen
-
- Closed
-