Hello,
I'm trying to upgrade JIRA 6 war distribution to JIRA 7.0.5. I choose the option "Upgrade an existing JIRA installation" but the installer says "The directory you have selected is not a valid JIRA Software installation directory" when I give the war path :
/app/local/jiraprod/atlassian-jira-6.3.12.war
I also try /app/local/jiraprod/atlassian-jira-6.3.12.war/WEB-INF
Do you have an idea about the issue?
Thanks,
Chakib
It's because it's a WAR version - the installers can only upgrade a standard setup of JIRA.
You'll either need to unpack and rebuild the WAR from a clean install of a new JIRA, or migrate the 6.3.12 to an installed version that you can then upgrade.
I'd be interested in hearing if anyone has experience in upgrading from JIRA 6.4.12 WAR to 7.0.5, and if so, how they went about doing so. Some background: I've been upgrading JIRA the same way for the last 12 upgrades going back to version 4.1.2. I use the web archive build method with customizations and let the new version perform its upgrade tasks on my database (I have everything backed up, of course). Atlassian's recommended practice is to export database data via XML and then import it into the new database; I've never run into trouble just letting the new JIRA upgrade the database data in place.
Here's what I'm planning on doing to upgrade from JIRA 6.4.12 WAR to 7.0.5:
Thoughts? Comments?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Thanks for the answer
I had unpack and rebuild the War from a new install. But when I try to start the tomcat I can see this error in logs :
déc. 31, 2015 11:29:39 AM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
déc. 31, 2015 11:29:39 AM org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/jiraprod] suite aux erreurs précédentes
déc. 31, 2015 11:29:39 AM org.apache.coyote.http11.Http11BaseProtocol start
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the problem with re-packing - you've probably missed some settings in the config of the WAR. But there's no way to know what you've missed. You could spend weeks working this out, it would be far easier to migrate to an installed version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mayby this will help you: https://confluence.atlassian.com/migration/jira-7
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.