Hi,
We are running Jira Service Management in a cluster of two VMs with a PostgreSQL database in the production and acceptance (AQ) environments. We would like to perform a refresh of the acceptance database from production in order to have two identical environments.
Could you please provide us with a detailed procedure to achieve this?
Thank you
Hi @infra système ,
Welcome to the community !!
https://confluence.atlassian.com/adminjiraserver/creating-a-test-environment-for-jira-966063324.html describes the step to sync lower environments with production data.
Thank you for the documentation.
So, we have to copy these 3 directories from production to acceptance:
Regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @infra système ,
Yes. Copying the entire production installation directory
copies your exact production setup including all configs, plugins, customizations, and the application files.
It's useful if you want your test environment to mirror production exactly without reconfiguring everything.
Makes the sync quicker because you don’t have to reinstall or reconfigure Jira.\
Please note:
<installation-directory>/atlassian-jira/WEB-INF/classes/jira-application.properties
to point to your test home directory. Edit <home-directory>/dbconfig.xml
or <installation-directory>/server.xml
(older versions) to point to your test database.
<local-home-directory>/cluster.properties
to point to your test shared home directory. Make this change on every test node. I suggest you follow each and every step as described in https://confluence.atlassian.com/adminjiraserver/creating-a-test-environment-for-jira-966063324.html
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.