I need to migrate my jira instance to another server operating system.
Therefore, my IT department gave me a new hostserver with a nes servername, that can not be changed.
jira is currently running on Host A "ServernameA" with Base URL http://ServernameA/
jira should run on Host B "ServernameB" with Base URL http://ServernameA/
Is this possible?
The URL to access jira should be the same, so that all saved links will remain working
Not with a plain web service install, no. The whole point of the url is that it lands you on the server upon which the service is listening to the world.
Change the server's url, you need to change the url you access the service on.
When people are changing servers, what they usually do is replace, not change. Let's say you have ServerA, called abcd on your network and given a url of yourplace.services running everything and you get new ServerB, called defg to run it on instead. Most places would simply change their networking, replacing the mapping of yourplaces.services = abcd with yourplaces.services = defg
There are several ways to do this, it can be internal DNS, routing and so-on, but most places tend to run services like Jira behind proxies of some sort. In the case of a proxy, there's simply a couple of lines of config that say "if url yourplace.services/jira is requested, then go ask server abcd for it" - obviously that can change to defg.
So, if you really only have servername/jira and no dns/proxy/routing/etc in front of it, you must change the base url to match, and lose all your saved links. But it's very unlikely you have that, and you should talk to your networking people about how to replace instead of change the routing.
Thanks, I will ask my IT department about routing
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.