BACK UP WORDPRESS SITE ON BITNAMI SERVER

0

Hi I just created a Wordpress site on bitnami server, need back up the site, how and which is the best way to have a weekly or monthly full back up and in case of issue to restore the site . I appreciate it if someone can let me know

cyrus
asked 4 months ago167 views
2 Answers
0

Hello.

Are you using bitnami WordPress with Lightsail?
In that case, I think it would be a good idea to enable Lightsail's automatic backups or create a script to periodically run manual backups.
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-instance-snapshots-in-amazon-lightsail

AWS CLI and SDK are available, so if you use this and run it with cron, you can create snapshots on a weekly basis.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/create-disk-snapshot.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lightsail/client/create_disk_from_snapshot.html

If you host bitnami WordPress on EC2, you can create backups with AWS Backup.
https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html

profile picture
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • What is the difference between backup and the EBS Snapshot ? are they not the same ?

    Creating an EBS snapshot means that you are performing a backup. AWS Backup is a service for managing backups. AWS Backup can automate EBS snapshot and AMI creation. In other words, if you want to create weekly backups, you can create an AMI and snapshot with AWS Backup.

0

Hi Riku Thank you ! I am using Bitnami wordpress on EC2 . What is the difference between backup and the EBS Snapshot ? are they not the same ?

Cyrus

cyrus
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions