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
gefragt vor 4 Monaten182 Aufrufe
2 Antworten
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
EXPERTE
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
  • 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
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen