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 個月前檢視次數 183 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南