Skip to content

Commit 2c2e5b9

Browse files
committed
fix formatting issues
1 parent 1fe6e5d commit 2c2e5b9

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

src/current/molt/migrate-load-replicate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ MOLT Fetch captures a consistent point-in-time checkpoint at the start of the da
239239

240240
~~~
241241
DEBUG [Aug 25 15:29:38] upserted rows conflicts=0 duration=1.801ms proposed=1 target="\"molt\".\"public\".\"tbl1\"" upserted=1
242-
<!-- DEBUG [Aug 25 15:29:38] progressed to consistent point: 77263736-7899-11f0-81a5-0242ac120002:1-39 -->
242+
DEBUG [Aug 25 15:29:38] progressed to consistent point: 77263736-7899-11f0-81a5-0242ac120002:1-39
243243
~~~
244244
</section>
245245

src/current/molt/molt-fetch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,12 @@ To verify that your connections and configuration work properly, run MOLT Fetch
984984

985985
## Troubleshooting
986986

987+
<div class="filters filters-big clearfix">
988+
<button class="filter-button" data-scope="postgres">PostgreSQL</button>
989+
<button class="filter-button" data-scope="mysql">MySQL</button>
990+
<button class="filter-button" data-scope="oracle">Oracle</button>
991+
</div>
992+
987993
{% include molt/molt-troubleshooting-fetch.md %}
988994

989995
## See also

src/current/molt/molt-replicator.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ replicator mylogical
398398
</section>
399399

400400
<section class="filter-content" markdown="1" data-scope="oracle">
401-
{To start replication after an [initial data load with MOLT Fetch]({% link molt/migrate-load-replicate.md %}?filters=oracle#start-fetch), use the `oraclelogminer` command:
401+
To start replication after an [initial data load with MOLT Fetch]({% link molt/migrate-load-replicate.md %}?filters=oracle#start-fetch), use the `oraclelogminer` command:
402402

403-
% include_cached copy-clipboard.html %}
403+
{% include_cached copy-clipboard.html %}
404404
~~~ shell
405405
replicator oraclelogminer
406406
~~~
@@ -678,6 +678,12 @@ To verify that your connections and configuration work properly, run MOLT Replic
678678

679679
## Troubleshooting
680680

681+
<div class="filters filters-big clearfix">
682+
<button class="filter-button" data-scope="postgres">PostgreSQL</button>
683+
<button class="filter-button" data-scope="mysql">MySQL</button>
684+
<button class="filter-button" data-scope="oracle">Oracle</button>
685+
</div>
686+
681687
{% include molt/molt-troubleshooting-replication.md %}
682688

683689
{% include molt/molt-troubleshooting-failback.md %}

0 commit comments

Comments
 (0)