How to config sync jira between two server Master-Slave

tan netto March 2, 2014

Hj all,

I'm want sync jira to 2 server master-slave.

I'm use jira version standalone 6.1.6 on centos 6.4 64bit, db = mysql 5.1.

I'm going setup jira master : OK. Now i want to create server backup and sync data from server master.

And help me great, thanks a lot.

1 answer

0 votes
Luther Hargrove
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.
March 2, 2014

1. Setup nightly & transactional backups of your master JIRA DB.

2. Setup backups of the JIRA attachments, avatars and Icons.

3. Write a script to stop the slave JIRA instance > restore the SQL backups > replace the JIRA attachments, avatars and Icons > remove indexe caches > reindex JIRA.

I would do this process nightly as it would take some time to do and wouldn't be able to work well in real time. Obviously there is a lot of scripting involved, but that is how I would go about it.

tan netto March 2, 2014

Thanks your answer,

Suggest an answer

Log in or Sign up to answer