View source: R/rds_operations.R
rds_backtrack_db_cluster | R Documentation |
Backtracks a DB cluster to a specific time, without creating a new DB cluster.
See https://www.paws-r-sdk.com/docs/rds_backtrack_db_cluster/ for full documentation.
rds_backtrack_db_cluster(
DBClusterIdentifier,
BacktrackTo,
Force = NULL,
UseEarliestTimeOnPointInTimeUnavailable = NULL
)
DBClusterIdentifier |
[required] The DB cluster identifier of the DB cluster to be backtracked. This parameter is stored as a lowercase string. Constraints:
Example: |
BacktrackTo |
[required] The timestamp of the time to backtrack the DB cluster to, specified in ISO 8601 format. For more information about ISO 8601, see the ISO8601 Wikipedia page. If the specified time isn't a consistent time for the DB cluster, Aurora automatically chooses the nearest possible consistent time for the DB cluster. Constraints:
Example: |
Force |
Specifies whether to force the DB cluster to backtrack when binary logging is enabled. Otherwise, an error occurs when binary logging is enabled. |
UseEarliestTimeOnPointInTimeUnavailable |
Specifies whether to backtrack the DB cluster to the earliest possible backtrack time when BacktrackTo is set to a timestamp earlier than the earliest backtrack time. When this parameter is disabled and BacktrackTo is set to a timestamp earlier than the earliest backtrack time, an error occurs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.