Skip to content

Commit b130ce2

Browse files
Apply suggestions from code review
Co-authored-by: Florence Morris <[email protected]>
1 parent 09cef1d commit b130ce2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/current/molt/molt-replicator.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: migrate
66
---
77

8-
MOLT Replicator continuously replicates changes from a source database to CockroachDB as part of a [database migration]({% link molt/migration-overview.md %}). It supports minimal-downtime migrations to CockroachDB from a source database, and enables backfill from CockroachDB to your source database for failback scenarios to preserve a rollback option during a migration window.
8+
MOLT Replicator continuously replicates changes from a source database to CockroachDB as part of a [database migration]({% link molt/migration-overview.md %}). It supports migrations from a source database to CockroachDB with minimal downtime, and enables backfill from CockroachDB to your source database for failback scenarios to preserve a rollback option during a migration window.
99

1010
MOLT Replicator consumes change data from PostgreSQL [logical replication](https://www.postgresql.org/docs/current/logical-replication.html) streams, MySQL [GTID-based replication](https://dev.mysql.com/doc/refman/8.0/en/replication-gtids.html), Oracle [LogMiner](https://docs.oracle.com/en/database/oracle/oracle-database/21/sutil/oracle-logminer-utility.html), and [CockroachDB changefeeds]({% link {{ site.current_cloud_version }}/change-data-capture-overview.md %}) (for failback). For details, refer to [How it works](#how-it-works).
1111

@@ -230,7 +230,8 @@ The staging database stores replication metadata, checkpoints, and buffered muta
230230

231231
{% include_cached copy-clipboard.html %}
232232
~~~
233-
--stagingSchema _replicator --stagingCreateSchema
233+
--stagingSchema _replicator
234+
--stagingCreateSchema
234235
~~~
235236

236237
The staging database is used to:
@@ -353,7 +354,7 @@ For details on the `make-jwt` command flags, refer to [`make-jwt` flags](#make-j
353354

354355
### Supply chain security
355356

356-
Use the `version` command to verify the integrity of your MOLT Replicator build and identify potential upstream vulnerabilities. The output includes all Go modules, their checksums, and versions:
357+
Use the `version` command to verify the integrity of your MOLT Replicator build and identify potential upstream vulnerabilities.
357358

358359
{% include_cached copy-clipboard.html %}
359360
~~~ shell
@@ -634,7 +635,7 @@ To check MOLT Replicator health when metrics are enabled, run `curl http://local
634635

635636
By default, MOLT Replicator writes two streams of logs: operational logs to `stdout` (including `warning`, `info`, `trace`, and some errors) and final errors to `stderr`.
636637

637-
Redirect both streams properly to ensure all logs are captured for troubleshooting:
638+
Redirect both streams to ensure all logs are captured for troubleshooting:
638639

639640
{% include_cached copy-clipboard.html %}
640641
~~~shell

0 commit comments

Comments
 (0)