Add autoExport snapshot to AWS S3 Bucket on mongodbatlas_cloud_backup_schedule
By company policy, we have to export our snapshots automatically to an AWS S3 Bucket.
I started following https://www.mongodb.com/docs/atlas/backup/cloud-backup/export/ and implemented on terraform due to the high number of projects, and clusters that we need to backup.
However, looks like the terraform provider doesn't support "autoExportEnabled" from https://www.mongodb.com/docs/atlas/reference/api/cloud-backup/schedule/modify-one-schedule/ on https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_backup_schedule terraform resource.
Best regards,
Wagner Sartori Junior
This is now out in version 1.4.2.
-
Wagner commented
Thanks for replying Melissa...
Your documentation states: "The frequency can be monthly. To configure daily or weekly export frequency, submit a support request"
Is it also planned to be able to change the frequency to something else instead of having to open support tickets to change the frequency to any other than Monthly?
-
Wagner commented
Sent a PR for upstream go SDK: https://github.com/mongodb/go-client-mongodb-atlas/pull/289
-
Thomas commented
Urgently needed.