-
Notifications
You must be signed in to change notification settings - Fork 477
MOLT Replicator draft docs #20465
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
Merged
Merged
MOLT Replicator draft docs #20465
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4cfa97a
[wip] MOLT Replicator draft docs
taroface 01cb4a8
fix links
taroface c84c05c
fix more links
taroface 56fdf25
Merge branch 'main' into molt-replicator
taroface 8ce2c47
address review comments
taroface 2c5426e
Merge branch 'main' into molt-replicator
taroface a32aac3
Update src/current/_includes/molt/migration-prepare-database.md
taroface bc7fe84
restructure replication-only doc
taroface bfabec1
review feedback and improvements
taroface ee821ed
add Replicator security content; refine includes
taroface 95207a2
update MOLT Replicator doc & related
taroface c363464
update MOLT diagram; clean up MOLT docs
taroface 5fae7fc
Merge branch 'main' into molt-replicator
taroface 6c02b9b
enhance flags and user permissions
taroface 397fcfb
Merge remote-tracking branch 'origin/molt-replicator' into molt-repli…
taroface 1d35651
release notes; fix links
taroface 7d855e2
fix links
taroface 9667d57
add MOLT Fetch export retry flags
taroface 09cef1d
new Replicator metrics; reviewer comments
taroface b130ce2
Apply suggestions from code review
taroface a3da547
final review comments
taroface 0181866
Merge branch 'main' into molt-replicator
taroface 4596eaa
fix link
taroface 145672b
Merge remote-tracking branch 'origin/molt-replicator' into molt-repli…
taroface 32f385c
Update release date
taroface 5176df6
Merge branch 'main' into molt-replicator
taroface File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| {{site.data.alerts.callout_info}} | ||
| For CockroachDB-to-CockroachDB migrations, use [backup and restore]({% link {{ site.current_cloud_version }}/backup.md %}) with MOLT Replicator. Contact your account team for guidance. | ||
| {{site.data.alerts.end}} |
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| For details on pulling Docker images, see [Docker image](#docker-image). | ||
| For details on pulling Docker images, refer to [Docker images](#docker-images). | ||
|
|
||
| ### Performance | ||
|
|
||
| MOLT Fetch and Verify are likely to run more slowly in a Docker container than on a local machine. To improve performance, increase the memory or compute resources, or both, on your Docker container. | ||
| MOLT Fetch, Verify, and Replicator are likely to run more slowly in a Docker container than on a local machine. To improve performance, increase the memory or compute resources, or both, on your Docker container. | ||
|
|
||
| {% if page.name == "molt-fetch.md" %} | ||
| ### Authentication | ||
|
|
@@ -67,14 +67,14 @@ When testing locally, specify the host as follows: | |
|
|
||
| - For macOS, use `host.docker.internal`. For example: | ||
|
|
||
| ~~~ | ||
| --source 'postgres://postgres:[email protected]:5432/molt?sslmode=disable' | ||
| --target "postgres://[email protected]:26257/molt?sslmode=disable" | ||
| ~~~ | ||
| ~~~ | ||
| --source 'postgres://postgres:[email protected]:5432/molt?sslmode=disable' | ||
| --target "postgres://[email protected]:26257/molt?sslmode=disable" | ||
| ~~~ | ||
|
|
||
| - For Linux and Windows, use `172.17.0.1`. For example: | ||
|
|
||
| ~~~ | ||
| --source 'postgres://postgres:[email protected]:5432/molt?sslmode=disable' | ||
| --target "postgres://[email protected]:26257/molt?sslmode=disable" | ||
| ~~~ | ||
| ~~~ | ||
| --source 'postgres://postgres:[email protected]:5432/molt?sslmode=disable' | ||
| --target "postgres://[email protected]:26257/molt?sslmode=disable" | ||
| ~~~ | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.