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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
mgob looks like a great backup solution for my mongodb clusters residing inside kubernetes. I have a requirement to encrypt the datafile before uploading to s3 and I'm wondering how I can do that.
I could configure MGOB to store the data to the PV (not upload to s3) then I could modify the deployment to use a sidecar pod to perform the encryption and s3 upload. While this is possible, it would force me to find my own method of alerting on failure.
Is it possible to inject a command after the mongodump and before the minio copy command?
Thank you,
-Terry
The text was updated successfully, but these errors were encountered:
mgob looks like a great backup solution for my mongodb clusters residing inside kubernetes. I have a requirement to encrypt the datafile before uploading to s3 and I'm wondering how I can do that.
I could configure MGOB to store the data to the PV (not upload to s3) then I could modify the deployment to use a sidecar pod to perform the encryption and s3 upload. While this is possible, it would force me to find my own method of alerting on failure.
Is it possible to inject a command after the mongodump and before the minio copy command?
Thank you,
-Terry
The text was updated successfully, but these errors were encountered: