How do we most easily create a production and development environment from our existing environment?

Eric Engle January 13, 2016

We have grown into JIRA and now we are looking to formally set-up separate production and development sandbox environments.  The challenge is confused by the fact that our current environment VM web server is accurately named "WebPrd" and the VM database server is named "DBDev01" which is misleading and problematic.

We are using JIRA 6.4.12, Linux 2.6.32, mySQL 5.5, Tomcat 7.0.55.  We are relatively inexperienced with the application and are open to a simpler method or cautionary tales to share too.  

Our high level plan is to create a new VM database server "DBPrd01", install mysql and restore a database backup to it.  Next we would clone the current "WebPrd" and call the new VM server "WebDev".  Afterward we hope to be able to edit the system configurations stored within a file in the /conf/ folder to make the correct logical connections between the web and database servers.  Does anyone have a reference URL for instructions on how to do this?

Thanks.

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 13, 2016

I'd actually "migrate to another server", then drop the bits about turning off the old server.  Just make a few tweaks to the new one (developer licence, turn off email, disconnect it from any production integrations)

Have a look through https://confluence.atlassian.com/jira/migrating-jira-to-another-server-151126305.html to get an idea of what you're looking at.

It does look a bit long winded and scary to new people, but it's actually mostly common sense.

0 votes
Vasiliy Zverev
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.
January 13, 2016

To say short just set up new JIRA instance, activate developer licence for second instance. Then export and import database.

Suggest an answer

Log in or Sign up to answer