-
Notifications
You must be signed in to change notification settings - Fork 477
Add caveat re: CDC nobackfill schema change policy #21560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add caveat re: CDC nobackfill schema change policy #21560
Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
fqazi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @rmloveland . We also want similar changes on newer releases.
thanks @fqazi !
oh interesting - the jira issue says "this only applies to versions before v25.1", sounds like that was incorrect? are you saying we should make this doc update for all of the newer releases as well? (i.e., v25.1, v25.3, v25.4, and v26.1) |
|
@rmloveland I think it's because auto_commit_before_ddl is enabled by default on those releases. But users can also toggle it off on later releases, which this message covers. @smcvey Do you have any thoughts on this? |
|
We have had some customers switching off |
277b442 to
56a066a
Compare
ah ok thanks for that info @smcvey ! I have updated the v25.1 and later docs with the following in this commit:
|
florence-crl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…ge-policy-nobackfill
Fixes DOC-15563