You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -732,8 +732,8 @@ On the target cluster, create a CockroachDB changefeed to send changes to MOLT R
732
732
1. Verify that Replicator is reporting incoming HTTP requests from the changefeed. To do so, check the MOLT Replicator logs. Since you enabled debug logging with `-v`, you should see periodic HTTP request successes:
Copy file name to clipboardExpand all lines: src/current/molt/molt-fetch-commands-and-flags.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ This page lists the [MOLT Fetch]({% link molt/molt-fetch.md %}) commands and the
57
57
| <aid="metrics-listen-addr"></a> `--metrics-listen-addr`| Address of the Prometheus metrics endpoint, which has the path `{address}/metrics`. For details on important metrics to monitor, refer to [Monitoring]({% link molt/molt-fetch-monitoring.md %}).<br><br>**Default:**`'127.0.0.1:3030'`|
58
58
| <aid="mode"></a> `--mode`| Configure the MOLT Fetch behavior: `data-load`, `export-only`, or `import-only`. For details, refer to [Fetch mode]({% link molt/molt-fetch.md %}#define-fetch-mode).<br><br>**Default:**`data-load`|
59
59
| <aid="non-interactive"></a> `--non-interactive`| Run the fetch task without interactive prompts. This is recommended **only** when running `molt fetch` in an automated process (i.e., a job or continuous integration). |
60
+
| <aid="opt-out-telemetry"></a> `--opt-out-telemetry`| Suppress MOLT telemetry-event logging, which is enabled by default. |
60
61
| <aid="pglogical-replication-slot-name"></a> `--pglogical-replication-slot-name`| Name of a PostgreSQL replication slot that will be created before taking a snapshot of data. Must match the slot name specified with `--slotName` in the [MOLT Replicator command]({% link molt/molt-replicator.md %}#replication-checkpoints). For details, refer to [Initial bulk load (before replication)]({% link molt/molt-fetch.md %}#initial-bulk-load-before-replication). |
61
62
| <aid="pglogical-publication-and-slot-drop-and-recreate"></a> `--pglogical-publication-and-slot-drop-and-recreate`| Drop the PostgreSQL publication and replication slot if they exist, then recreate them. Creates a publication named `molt_fetch` and the replication slot specified with `--pglogical-replication-slot-name`. For details, refer to [Initial bulk load (before replication)]({% link molt/molt-fetch.md %}#initial-bulk-load-before-replication).<br><br>**Default:**`false`|
62
63
| <aid="pprof-listen-addr"></a> `--pprof-listen-addr`| Address of the pprof endpoint.<br><br>**Default:**`'127.0.0.1:3031'`|
This `cdc_cursor` value is also included in the output of a fetch task from a PostgreSQL source. However, in the case of a PostgreSQL source, you can instead enable replication with the [`--pglogical-replication-slot-name`]({% link molt/molt-fetch-commands-and-flags.md %}#pglogical-replication-slot-name) and [`--pglogical-publication-and-slot-drop-and-recreate`]({% link molt/molt-fetch-commands-and-flags.md %}#pglogical-publication-and-slot-drop-and-recreate) flags, which must be defined.
@@ -1031,7 +1031,7 @@ molt fetch \
1031
1031
The output will include a `cdc_cursor` value at the end of the fetch task:
0 commit comments