Hi,
I was setting up Disaster Recovery with 2 nodes(master server and slave server)
I have configured master-slave replication(mysql) and connected one Jira server with master db and other with slave db.
So now the projects and issues created in master server those are reflecting in slave server(As these values comes from db).
In order to sync up JIRA data folder:
I have synced up home folder(data, plugins, logos, indexes) from master server to slave server using rsync
* * * * * /usr/bin/rsync -avzp --delete -e ssh /var/atlassian/application-data/jira/data/ jira@ipaddress:/var/atlassian/application-data/jira/data/
* * * * * /usr/bin/rsync -avzp --stats --delete -e ssh /var/atlassian/application-data/jira/logos/ jira@ipaddress:/var/atlassian/application-data/jira/logos/
* * * * * /usr/bin/rsync -avzp --stats --delete -e ssh /var/atlassian/application-data/jira/plugins/ jira@ipaddress:/var/atlassian/application-data/jira/plugins/
* * * * * /usr/bin/rsync -avzp --stats --delete -e ssh /var/atlassian/application-data/jira/caches/indexes/ jira@ipaddress:/var/atlassian/application-data/jira/caches/indexes/
Have written above cron job in user specific contab. The avove commands sending data from master server to slave server.
Plugins ware reflecting in slave server(As Installed in master sever). But attachments were not reflecting in slave server.
Please let me know what was the issue.
Regards,
Swetha
Are you sure the attachments are stored in one of those folders?
yes Joe. The attachment folder is in /var/atlassian/application-data/jira/data/ in both the servers and attachments are listed in 'attachment' folder
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Master Sever: Added attachments to SAM-1 and SAM-2(Project = Sample)
After rsync ,
On slave server: when i do issue search project = Sample AND attachments is not EMPTY
it showing those 2 issues SAM -1 and SAM -2 but attachments were not showing.
Note: Base url of both instances are different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Odd. I don't think the URL difference should affect it unless you use it as part of the path to the attachments in the JIRA attachment configuration.
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.