Confluence test environment replica from production

Kevin Walsh March 8, 2018

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

 

1 answer

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 8, 2018

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%'
Kevin Walsh March 22, 2018

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events