I have read the various existing questions, but this exact question is not answered, per se. I have an existing deployment of JIRA where the DB resides on one server and the web inerface on another. I need to move just the web server for our JIRA installation while the DB remains where it is. Do I just follow the normal install procedure on the new web server and then connect it to the existing DB? Will I lose anything in the process?
Any help would be greatly appreciated
Hi Babak,
I'd go for the officially supported method: https://confluence.atlassian.com/display/JIRA/Migrating+JIRA+to+Another+Server
Kind regards,
Peter
Simplified process:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A short answer, yes.
You can configure JIRA following the upgrade procedure on the new server and connect JIRA to the existing database. You would need copy the <jira_home>/data directory and plugins to the new server. Also, please ensure that the old JIRA is shutdown before running it in new server, we don't want two JIRA writing on the same database. That smells trouble.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can refer to the link in Peter's comment for more info. Shutting down JIRA is really depends, if you have installed them as service, you need to shut down the service. If you're running them manually by <jira-install>/bin/startup.bat then shutting down would be to run <jira-install>/bin/shutdown.bat
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.