Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What HA/DR options are available for an on premises Jira Server Instance?

Farai Donhwe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 6, 2019

Hi

We are investigating what High-Availability and Disaster-Recovery best practices we can implement for our on-premises solution for Jira Software.

 

Any guidance will be greatly appreciated

 

FD

2 answers

2 accepted

0 votes
Answer accepted
Heshan Manamperi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 6, 2019

1. if you can have datacenter license you can have better HA solution as recommended by Atlassian.

2. If you have SAN storage you can try this. We use it and it works fine for us.

- Store JIRA installation and home directories in SAN storage which is mounted to JIRA app server

- sync same mounts (Storage LUNs) to DR premises

- you need to have another server in DR site

-once primary site failure, mount DR mount points to DR server and continue.

- This has a downtime, not a smooth failover

- Do same for DB server as well

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 7, 2019

>Store JIRA installation and home directories in SAN storage which is mounted to JIRA app server

No!  Do not do that.  It will appear to work for relatively small low use Jira systems but will fail at scale.  It's arguable for the installation directory, but there are parts of the home directory that you absolutely do not place on SAN storage (and others that you should)

Heshan Manamperi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 14, 2019

We configured our Atlassian systems in SAN storage, but SAN storage has same disk performance as same as local disks. This is not a NFS mount. It is a SAN mount which is connected via fiber cable from the server to SAN storage. We have almost 1800 active jira users in out JIRA instance with 700k JIRA issues. According to disk write speed tests, we do not see any performance issue. The only thing is you should have high-performance infrastructure. 

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 14, 2019

Then your performance tests are wrong, or you are using really under-performant local disks.

The performance of your disks is not that important though, you're measuring the wrong thing.  You need to measure your Jira performance and the error rates you are getting (these should be zero on local disks, but won't be on a SAN)

Heshan Manamperi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 16, 2019

Hi Nic,

 

I also thought the same before we implement this. We had normal disks for the local disk but we use SSD for SAN storage. I think it might be the reason for performance. However, if you have the latest HW for SAN, it can provide similar performance as same as local disks. We shared our performance test data with Atlassian as well before we implement this solution. Apart from the performance, there is a risk when storing data in a local disks. 

However, we should not use NFS mount points to store data. 

0 votes
Answer accepted
Jack Brickey
Community Champion
January 6, 2019

The only option I am aware of is to go with Jira Data Center

Suggest an answer

Log in or Sign up to answer