You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): Previously, SHOW BACKUP options would get parsed as kv_options, which meant that a user could not pass multiple values to a show
backup option, causing feature gaps in SHOW BACKUP relative to BACKUP and
RESTORE. This patch rewrites the show backup option parser, closing the
following feature gaps: 1. A user can now pass and check multiple KMS URIs in
SHOW BACKUP 2. A user can pass locality aware incremental_locations, allowing a
user to also pass the check_files parameter to a locality aware backup chain
that also specifies the backup incremental location.
Note that while this patch introduces a couple new words to the CRDB SQL
syntax, the same SHOW BACKUP options should remain documented, specifically:
[public option] -> value
AS_JSON -> N/A
CHECK_FILES -> N/A
INCREMENTAL_LOCATION -> string, with potentially multiple uris
Exalate commented:
Related PR: cockroachdb/cockroach#95562
Commit: cockroachdb/cockroach@e6f47a0
Release note (sql change): Previously, SHOW BACKUP options would get parsed as
kv_options
, which meant that a user could not pass multiple values to a showbackup option, causing feature gaps in SHOW BACKUP relative to BACKUP and
RESTORE. This patch rewrites the show backup option parser, closing the
following feature gaps: 1. A user can now pass and check multiple KMS URIs in
SHOW BACKUP 2. A user can pass locality aware incremental_locations, allowing a
user to also pass the check_files parameter to a locality aware backup chain
that also specifies the backup incremental location.
Note that while this patch introduces a couple new words to the CRDB SQL
syntax, the same SHOW BACKUP options should remain documented, specifically:
Jira Issue: DOC-6703
The text was updated successfully, but these errors were encountered: