awsdocs / amazon-aurora-user-guide

The open source version of the Amazon Aurora User Guide. You can provide feedback by submitting issues in this repo, or propose changes by submitting a pull request.
Other
53 stars 102 forks source link

Fix description for clusters with disabled Backtrack #63

Closed sthristov closed 2 years ago

sthristov commented 2 years ago

Issue #, if available:

N/A

Description of changes:

You need to create a clone DB cluster when you need to enable Backtrack for a cluster on which it is disabled.

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

max-webster commented 2 years ago

I performed some tests and confirmed that the documentation is correct. Creating a clone with backtracking enabled only works if the original cluster had backtracking enabled. Even if a cluster was originally created with backtracking turned on and then backtracking was turned off, creating a backtrack-enabled clone is blocked after that. The message is:

Backtrack cannot currently be enabled for this cluster

Backtracking requires some extra infrastructure for the cluster behind the scenes. If that infrastructure doesn't exist, either from not choosing backtracking originally or turning it off later, it can't be re-enabled either for the original cluster or a clone.

I'll close this pull request without merging.

sthristov commented 2 years ago

Hello,

Sorry, I was thinking about snapshot restore.