Hello everyone,
Till now I have been performing a JIRA backup, while JIRA is not running, having to stop JIRA process and having to launching it next every time it does. I have a python3 script running in this linux machine.
The problem, is that sometimes JIRA doesnt start as supposed, because of no apparent reason.
I know that the database engine postgreSQL is capable of doing database dumps while databases are being used, but the real question is if there is no problem performing a rsync operation on <jira-home>\data\ and <jira-home>\cache\ while JIRA process is running.
Thanks in advance!
Hi,
there is indeed a chance that a rsync of the caches might now catch all of them. From my experience this is not critical. You can rebuild them with data from database.
When it comes to attachments, avatars and such there is also some chance that some data is missing - especially if you, for example, do a synce every day at midnight but the server crashes high noon. Contrary to re-index which fetches data from database - you cannot restore attachments easily (except asking users to attach their files again, especially those from last hours).
For the part of the not-starting application some more details as well as looking at the log files would be crucial.
Cheers,
Daniel
Hello Daniel,
In this case it is a dailly backup at midnight, where in case of a major failure, losing a day is not an issue. This is just for a team of 10 persons, so no big deal.
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.