-
Notifications
You must be signed in to change notification settings - Fork 1
Disaster Recovery
Daniel Glen edited this page Feb 22, 2024
·
18 revisions
- Verify on the AWS console that a backup version exists
- Connect to the service pod
$ kubectl exec -n $namespace --stdin --tty $pod_name -- /bin/sh
- Once connected, run
aws s3api list-object-versions --bucket bucketname --prefix path/to/file
. This will list all versions of the file in chronological order by LastModified date.