You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create PerconaServerMongoDBRestore resource to restore DB from previously created backup I get an error:
Backups:
========
S3 us s3://https://storage.googleapis.com/mongodb-macpaw-staging-backup/test
Snapshots:
2024-08-01T10:23:21Z 26.75KB <logical> [ERROR: file "2024-08-01T10:23:21Z/test-rs1/oplog": no such file] [2024-08-01T10:23:36Z]
More about the problem
Expected Result:
It looks like restore process expects Oplog file to be named oplog and to be placed in the root directory of the bucket.
Actual Result:
Oplog file is stored under oplog directory: oplog/20240802113626-4.20240802113631-3.gz
Additional Information:
When I reupload oplog/20240802113626-4.20240802113631-3.gz file back into the bucket but with a different name - oplog, restore is succesfull.
Report
I am trying to configure MongoDB backup/restore using Percona Operator. Backups are being successfully uploaded to GCS:
When I try to create PerconaServerMongoDBRestore resource to restore DB from previously created backup I get an error:
More about the problem
Expected Result:
It looks like restore process expects Oplog file to be named
oplog
and to be placed in the root directory of the bucket.Actual Result:
Oplog file is stored under
oplog
directory:oplog/20240802113626-4.20240802113631-3.gz
Additional Information:
When I reupload
oplog/20240802113626-4.20240802113631-3.gz
file back into the bucket but with a different name -oplog
, restore is succesfull.Steps to reproduce
Versions
Anything else?
No response
The text was updated successfully, but these errors were encountered: