Tips on Jira/Confluence Backup and restore strategy

There was a question on the community about backup and restore strategy.

We currently have daily xml backups , however we would like to have a robust database backup and restoration strategy in place for our JIRA and Confluence applications. We are using postgresql 9.5.15. Can someone list down the steps to backup and restore DB. Appreciate if you can provide your inputs on the same. 

Yes, apart from the xml backups you can definitely and should configure db and file system backups.

  • Write simple shell script to take file system backups and move them to another location. Configure cron to run these scripts.
  • For postgresql this page has all the information about using pg_dump for 9.5. You can configure them using shell scripts as well.
  • May be also configure regular snapshots of the whole machine.
  • Timestamp your backups

For restoring well just restore the files and database (matching timestamp of course).

Also write more scripts to delete old scripts and maintain a log of backups taken and backups deleted. These logs can be priceless (when things go wrong).

The links I shared have all the details of exact scripts or commands.

I hope it helps.

Ravi

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?