Merged
Conversation
Added info on the STRICT flag
Added info on the STRICT flag to v26.2 documentation. Co-Authored-By: roachdev-claude <[email protected]>
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Files changed:
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
msbutler
reviewed
Apr 8, 2026
Diagram Anchor Check: FailedFound 6 broken anchor(s) that will cause docs build failures.
|
2dfa56d to
6ec9aed
Compare
6ec9aed to
5155312
Compare
msbutler
approved these changes
Apr 17, 2026
rmloveland
approved these changes
Apr 17, 2026
Contributor
rmloveland
left a comment
There was a problem hiding this comment.
LGTM, one non-blocking suggestion
| - {% include {{ page.version.version }}/backups/cap-parameter-ext-connection.md %} | ||
| - {% include {{ page.version.version }}/backups/locality-aware-access.md %} | ||
|
|
||
| Locality-aware backups attempt to match data to buckets in corresponding regions as specified. However, edge cases exist in which a locality-aware backup may be forced to write to the default bucket instead, such as when the cluster has unhealthy nodes. Use the [`STRICT`]({% link {{ page.version.version }}/backup.md %}#options) option when creating a locality-aware backup to force the backup to fail in these cases to avoid violating data domiciling requirements. |
Contributor
There was a problem hiding this comment.
suggest this and other mentions of "data domiciling" link to our data domiciling page at https://www.cockroachlabs.com/docs/v26.1/data-domiciling (or v26.2 as needed ofc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: DOC-15775
Adds info on the new
STRICToption as well as a new known limitation onRESTORE.