cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
186 stars 451 forks source link

Feedback: Data Domiciling with CockroachDB #17106

Open codeaholics opened 1 year ago

codeaholics commented 1 year ago

Exalate commented:

Page: https://cockroachlabs.com/docs/v23.1/data-domiciling.html

What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[X] Something is broken

[ ] Other

Additional details

In step 1, we have cockroach demo --global --nodes 9 --no-example-database --insecure. However, the next step requires the movr database which isn't present because of the --no-example-database flag. This flag should be removed.

Jira Issue: DOC-7756

rmloveland commented 11 months ago

thanks for filing this @codeaholics !

This issue (and some others) will be fixed when we merge https://github.com/cockroachdb/docs/pull/17755