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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인