Do i need to do a new install or just clone the PRD DB and files ?
What about the licence?
Thanks
Mark
Hi Mark,
You can clone the PROD DB and copy the install and home directories from PROD to TEST server and do the config change of dbconfig.xml with the TEST DB Host name, DB name and User/ Password so that TEST JIRA instance would start and talk to your TEST database. For licensing, you can generate a developer license from my.atlassian.com - please see this link for more info.
For creating a test JIRA environment, please refer to this article from Atlassian.
-Shankar
For live I have a jira windows service running how can i get one for test?
also i am setting up site jiratest.xxxxx.com does this look ok to you as live uses port 8080?
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="JIRA Rule" stopProcessing="true">
<match url="(.*)" />
<action type="Rewrite" url="http://jiratest:8084/{R:1}" />
</rule>
</rules>
</rewrite>
<security>
<requestFiltering allowDoubleEscaping="true" />
</security>
</system.webServer>
</configuration>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Garvan,
For live I have a jira windows service running how can i get one for test?
You can manually setup a windows service in Test JIRA server, for procedure and steps, please refer to this link
also i am setting up site jiratest.xxxxx.com does this look ok to you as live uses port 8080?
You can still use port 8080 on Test JIRA server since its different from PROD server.
-Shankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shankar,
Thanks for your help.
I am setting up the test site on same server that I have PRD Jira running.
Thanks
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have copied the PRD setup and we are trying to get test up and running using the dev licence.
But we are having issues manually installing the Jira service for the test application.
Thanks,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the error/issue? Can you provide it here?
-Shankar
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you go to the event log and provide us the error when starting the service?
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.