Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi community,
I have a problem after my Confluence Server upgrade from v6.10.0 to v6.15.7.
The update process was ok but the problem is when I restart the Docker stack which contains the running Confluence Server v6.15.7 server then the same server is always showing me the installation page again an again.
I have noted that confluence.cfg.xml file is always updated after any restart.
Docker image:
atlassian/confluence-server:latest@sha256:3ace62fbe3316a8fe1c0114805b11eb4f5f91013d9ec6ce108c6e538cc3978d3
Docker stack file:
Confluence confluence.cfg.xml file:
Your help on this will be very appreciated.
Thanks in advance!
Jose
Hi joseluisq,
There was an issue in our Confluence image, just for a day or so, where it would overwrite the existing copy of confluence.cfg.xml on every container restart (rather than only on first time start, when no file yet exists). This has since been fixed, so if you're running into this issue please pull the latest version of whichever image tag you were using and you should be all set. Let me know if you get stuck.
Cheers!
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need keep $CONFLUENCE_HOME as mapped volume so 'confluence.cfg.xml' doesn't update every time you restart.
You can find this link helpful - https://github.com/cptactionhank/docker-atlassian-confluence/issues/22
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply,
In the screenshot if you see $CONFLUENCE_HOME setup is already done:
Docker stack file
volumes:
- /var/confluence-data/app:/var/atlassian/application-data/confluence
Container test
$ echo $CONFLUENCE_HOME
/var/atlassian/application-data/confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to change settings in `conflunce.cfg.xml`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@joseluisqlet me check my dev config, and I will get back to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.