Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Handling of DBCluster Update #1424

Conversation

akesser
Copy link
Contributor

@akesser akesser commented Aug 12, 2022

Description of your changes

Updated the handling of DBCluster updates, now several properties are taken into account when checking if an update is needed:

  • PreferredMaintenanceWindow
  • PreferredBackupWindow
  • BacktrackWindow
  • BackupRetention
  • CopyTagsToSnapshot
  • DeletionProtection
  • EngineVersion
  • Port
  • ScalingConfiguration
  • Tags

Deletion of a Cluster is updated to not send FinalDBSnapshotIdentifier and SkipFinalSnapshot at the same time: if SkipFinalSnapshot is set to true, FinalDBSnapshotIdentifier is skipped

Fixes #1423
Fixes #1421

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Tested manually
[contribution process]: https://git.io/fj2m9

André Kesser added 2 commits August 12, 2022 13:02
Signed-off-by: André Kesser <andre.kesser@dkb.de>
Signed-off-by: André Kesser <andre.kesser@dkb.de>
Signed-off-by: André Kesser <andre.kesser@dkb.de>
Copy link
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for Implementation

@haarchri haarchri merged commit 9232586 into crossplane-contrib:master Aug 12, 2022
@akesser akesser deleted the feature/dbcluster-preferredMaintenanceWindow branch August 12, 2022 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants