Since Atlassian recommends to use native database backup tools for regular backups, which tools can be used with SQL Server 2008? Do i need to configure these tools with JIRA? Is there some plugin available for back up in JIRA?
I find this documentation complete regarding sql server back ups and restores: https://msdn.microsoft.com/en-us/library/ms187048.aspx
What they are referring to is that you should back up your database with whatever tools the vendor recommends for backing it up.
Jira's data lives in the database. If you have that database running on MS-SQL Server 2008, then you should back up that data using MS-SQL backup tools (Although you'll need a copy of the attachments directory from the JIRA server, and I'd recommend a backup of the installation, but those are all simple "copy file" processes)
You don't need any plugins - all your backups should be done outside the tool.
However, project backups are a different story. The answer is that you really need a backup of everything, then you can extract individual projects as needed. You should use JIRA's xml export to create the backup - another JIRA can read that for individual projects.
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.