Skip to content

Commit c84c05c

Browse files
committed
fix more links
1 parent 01cb4a8 commit c84c05c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/current/_includes/molt/fetch-data-load-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
~~~
6969

7070
{% if page.name != "migrate-bulk-load.md" %}
71-
This message includes a `cdc_cursor` value. You must set the `--defaultGTIDSet` replication flag to this value when starting [`replication-only` mode](#replicate-changes-to-cockroachdb):
71+
This message includes a `cdc_cursor` value. You must set the `--defaultGTIDSet` replication flag to this value when [starting Replicator](#start-replicator):
7272

7373
{% include_cached copy-clipboard.html %}
7474
~~~

src/current/_includes/molt/replicator-flags-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Replication from Oracle requires `--sourceSchema`, `--scn`, and `--backfillFromS
3939
| `--stagingSchema` | **Required.** Staging schema name for the changefeed checkpoint table. |
4040
| `--metricsAddr` | Enable Prometheus metrics at a specified `{host}:{port}`. Metrics are served at `http://{host}:{port}/_/varz`. |
4141

42-
Resuming replication requires `--stagingSchema`, which specifies the staging schema name used as a checkpoint. MOLT Fetch [logs the staging schema name]({% link molt/migrate-load-replicate.md %}#replicate-changes-to-cockroachdb) as the `staging database name` when it starts replication. For example:
42+
Resuming replication requires `--stagingSchema`, which specifies the staging schema name used as a checkpoint. MOLT Fetch [logs the staging schema name]({% link molt/migrate-load-replicate.md %}#start-replicator) as the `staging database name` when it starts replication. For example:
4343

4444
~~~ json
4545
{"level":"info","time":"2025-02-10T14:28:13-05:00","message":"staging database name: _replicator_1749699789613149000"}

src/current/molt/migrate-failback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For additional details on the webhook sink URI, refer to [Webhook sink]({% link
166166

167167
1. Run the [MOLT Replicator]({% link molt/molt-replicator.md %}) `start` command to begin failback replication from CockroachDB to your source database. In this example, `--metricsAddr :30005` enables a Prometheus endpoint for monitoring replication metrics, and `--bindAddr :30004` sets up the webhook endpoint for the changefeed.
168168

169-
`--stagingSchema` specifies the staging database name (`_replicator` in this example) used for replication checkpoints and metadata. This staging database was created during [initial forward replication]({% link molt/migrate-load-replicate.md %}#replicate-changes-to-cockroachdb) when you first ran MOLT Replicator with `--stagingCreateSchema`.
169+
`--stagingSchema` specifies the staging database name (`_replicator` in this example) used for replication checkpoints and metadata. This staging database was created during [initial forward replication]({% link molt/migrate-load-replicate.md %}#start-replicator) when you first ran MOLT Replicator with `--stagingCreateSchema`.
170170

171171
{% include_cached copy-clipboard.html %}
172172
~~~ shell

0 commit comments

Comments
 (0)