We need to migrate our JIRA application server (version 7.4.2) to a new box in a different data center, but keep using the same database (Oracle 11g). All the migration guides I've seen talk about migrating the database server along with the app server, which is not what we want.
Is there a migration guide that I'm missing that covers this scenario? If not, what would be the safest approach to do this?
Alex,
moving jira app directory and data directory to the new server should work.
what i usually do is:
then you can follow the guides to setup jira as a service
That's pretty much what we did - used rsync to move everything from the old server to the new server - we had the same named user on both servers, so rsync was able to copy the ownership and permissions over.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! how did it work?
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.