When I first tried out jira I installed into a location A.
Now my team want to move the jira direcotry to another location, says B.
I tried to do a "cp -r A/atlassina B" and start jira from B/atlassian
Jira refused to start because JRE was not found.
Fixed the JRE_HOME variable in permgen.sh and now jira started, but now jira thought it is a blank new installation and took me to the setup page.
What is the painless way to move altassian jira files around?
My guess is that jira is trying to find that folder , but since it is not able to find it is trying to create another one and setting a new installation from scratch.
I moved the top level folder (i.e. in which you will find the jira and application-data subdirectories). I thought the hsql is in the application-data? I will check the properties file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are u using HSQLDB or a Database Server?.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you move the hsqldb location too? Actually this folder is hidden.(Have to press Ctrl+H to check hidden files in Ubuntu-Nautilius, otherwise ls -a ) If you have moved the location of the sqldb then you have to update the jira-application-properties file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should make sure that the jira-application-properties file still points to the folder that holds the attachments,etc. May be section 2.2 can help. http://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Tomcat+6.0
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.