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,
we would like to use a development system which is copy of the production environment.
To test the system we have to reinstall it all the time.
Now we make a clone of our production system copy it and then we have a lot to do manually.
For every copy we have to change the LDAP connection string, delete private projects, change globe security settings and much more.
Doing all this takes a lot of time.
Is there any possibility to make a development system which is duplicated from our productive system without doing a lot of handwork?
Thank you in advance
Tim
Dear @Tim Straub,
sure you can, this just depends on you technical skills. The changes in the file system (eg. path configurations) could be scripted. The unix patch mechanism is one way of many possible ways.
The other changes need to be done in the database. Solution A: Change everything directly with SQL - but Jira should be down. Solution B would be modified the XML dump and restore the modified one.
So long
Thomas
I've found a lot of settings directly available in the SQL db.
Thank you in advance.
Regards
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Tim Straub,
when I understood you right, you would like to clone prod to test without manual interaction, right?
When the following perquisites are fulfilled:
Then
If you would like to repeat running your scripts, you need to implement some cleaning up before proceeding.
Note: if you drive a VM environment and even the DB is running on that VM, you could just clone a snapshot and only need to run a script, that fixes server.xml/dbconfig.xml and the database settings before switching on.
So long
Thomas
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.