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

fix(DBCluster): allow creating clusters from PITR with backtracking enabled #546

Closed
wants to merge 1 commit into from

Conversation

zrfr
Copy link
Collaborator

@zrfr zrfr commented Jun 10, 2024

This change fixes an issue preventing customers from creating DB clusters with both SourceDBClusterIdentifier and BacktrackWindow.

The fix is to ensure that BacktrackWindow is passed in the RestoreDBClusterToPointInTime call, as backtracking can only be enabled at time of cluster creation.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…nabled

This change fixes an issue preventing customers from creating
DB clusters with both SourceDBClusterIdentifier and BacktrackWindow.

The fix is to ensure that BacktrackWindow is passed in the
RestoreDBClusterToPointInTime call, as backtracking can only be enabled
at time of cluster creation.
@zrfr zrfr closed this Jun 14, 2024
@zrfr zrfr deleted the backtrack branch June 14, 2024 02:49
@zrfr zrfr restored the backtrack branch June 28, 2024 05:48
@zrfr zrfr deleted the backtrack branch June 28, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant