I'm new to AWS and looking for an automated production backup strategy for Confluence running on an EC2 instance. I know about the standard documented approach to Confluence backups, but I'm interested in leveraging EC2 to make it faster and easier.
Hey X,
All our Atlassian products are running in AWS as well and this backup strategy has been tried and tested for us. Our confluence server just crapped out about 2 months ago and bringing up the cold-standby instance was a breeze - with minimal data loss.
We have a production server (in AWS-West) along with a cold-standby (in AWS-East) instance.
Our production database has a read-only slave (using AWS's built-in features - in AWS West) that we take MySQL dumps from and restore to our cold-standby's DB.
We also RSYNC our confluence data and server directory to our cold-standby instance.
This is all done once an hour. Of course, if losing an hours worth of data is unacceptable, you can run the cron jobs more frequently...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.