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
cockroachdb/cockroach#75451 --- Release note (sql change): BACKUP of a table marked with exclude_data_from_backup via ALTER TABLE ... SET (exclude_data_from_backup = true) will no longer backup that table's row data. The backup will continue to backup the table's descriptor and related metadata, and so on restore we will end up with an empty version of the backed up table.
Exalate commented:
cockroachdb/cockroach#75451 --- Release note (sql change): BACKUP of a table marked with
exclude_data_from_backup
viaALTER TABLE ... SET (exclude_data_from_backup = true)
will no longer backup that table's row data. The backup will continue to backup the table's descriptor and related metadata, and so on restore we will end up with an empty version of the backed up table.Jira Issue: DOC-2629
The text was updated successfully, but these errors were encountered: