Dear list,
we need a regular test and training server as a copy of the production Confluence system (so we train on current data). While trying to setup this copy, I have troubles finding locations of information.
The copy process as such is easy and runs regularly as a Linux script:
Stop Confluence Instances > Copy DB, Copy system files > Start Confluence Instances
BUT before we start the test instance, we need to automate changes.
This is what we already change:
- Proxy Name in server.xml
- License in confluence.cfg.xml
- DB connection in confluence.cfg.xml
Other settings I am at a loss to find:
- Site Title
- Server Base URL
- SMTP Server "From name" & Server prefix
- Sidebar Information (as a constant reminder of the test system)
- Application Links (since the Test Confluence will need to talk to Test Jira)
- Application Navigator (so users don't return to production level)
- ....we may be missing some settings.
Can anyone point out the locations (I am suspecting them inside the DB).
Thank you in advance!
Kevin Walsh
Site Title & Server Base URL
select * from BANDANA where BANDANAKEY = 'atlassian.confluence.settings'
SMTP settings
select * from BANDANA where BANDANAKEY = 'atlassian.confluence.smtp.mail.accounts'
select * from BANDANA where BANDANAKEY = 'atlassian.confluence.space.mailaccounts'
Application Links & Application Navigator
It looks like these are also in the BANDANA table. But it might not be so easy to just switch them out. You'll probably have to set it up manually to your nprd JIRA and then record down the settings and compare to your prd site to switch them out.
select * from BANDANA where BANDANAKEY like 'applinks.admin%'
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.