I just practiced recovering the ISSI wordpress site, so I wrote down all the steps. Hopefully, we'll never need to use these.
s3://issi-backup
)issi
)PutObject
, ListBucket
, and GetObject
(NOT DeleteObject
){
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:ListBucket",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::issi-backup",
"arn:aws:s3:::issi-backup/*"
]
}
]
}
s3://issi-backup/updraft
)
Management
tab, add a lifecycle rule to delete
objects with the updraft
prefix after 35 days.
Backup\Restore
, upload the backup files.On my practice run, I completed all the recovery steps (except for changing the DNS record) in about 30min.