There is an issue where preferredBackupWindow field cannot be updated with new values after provisioning a RDS Aurora Cluster. The issue specifically seems to be due to a typo on line 575 of rds-controller/pkg/resource/db_cluster/custom_update.go, where "Spec. PreferredBackupWindow" is "Spec. PreferredBackupkWindow"
Steps to reproduce
- Try updating a preferredBackupWindow field for a Aurora Cluster
- Check CR, see that the field was not update with the desired value
Expected outcome
The field should've been updated in the CR and in AWS