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
已提问 4 个月前180 查看次数
2 回答
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
专家
已回答 4 个月前
profile picture
专家
已审核 4 个月前
  • 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
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则