Skip to content

Commit a14d7a5

Browse files
committed
fix link
1 parent 4da92e1 commit a14d7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
{"level":"info","type":"summary","fetch_id":"f5cb422f-4bb4-4bbd-b2ae-08c4d00d1e7c","num_tables":3,"tables":["migration_schema.employees","migration_schema.payments","migration_schema.payments"],"cdc_cursor":"4c658ae6-e8ad-11ef-8449-0242ac140006:1-29","net_duration_ms":6752.847625,"net_duration":"000h 00m 06s","time":"2024-03-18T12:30:37-04:00","message":"fetch complete"}
6868
~~~
6969

70+
{% if page.name != "migrate-bulk-load.md" %}
7071
This message includes a `cdc_cursor` value. You must set `--defaultGTIDSet` this value when starting [`replication-only` mode](#replicate-changes-to-cockroachdb).
72+
{% endif %}
7173
</section>
7274

7375
<section class="filter-content" markdown="1" data-scope="oracle">

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Replication from Oracle requires `--scn` and `--backfillFromSCN`, which specify
2929
</section>
3030

3131
{% elsif page.name == "migrate-replicate-only.md" %}
32-
3332
| Flag | Description |
3433
|-------------------|----------------------------------------------------------------------------------------------------------------|
3534
| `--stagingSchema` | **Required.** Staging schema name for the changefeed checkpoint table. |
@@ -54,7 +53,6 @@ When using `--table-filter`, you must also include `--userscript`. Refer to [Tab
5453
</section>
5554

5655
{% elsif page.name == "migrate-data-load-and-replication.md" %}
57-
5856
| Flag | Description |
5957
|-----------------|----------------------------------------------------------------------------------------------------------------|
6058
| `--metricsAddr` | Enable Prometheus metrics at a specified `{host}:{port}`. Metrics are served at `http://{host}:{port}/_/varz`. |

0 commit comments

Comments
 (0)