Skip to content

Commit 237d128

Browse files
fixed two includes to pass linkcheck
1 parent fdab650 commit 237d128

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
{"level":"info","type":"summary","fetch_id":"f5cb422f-4bb4-4bbd-b2ae-08c4d00d1e7c","num_tables":3,"tables":["public.employees","public.payments","public.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"}
9898
~~~
9999

100-
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load-postgresql.md" %}
100+
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load.md" %}
101101
This message includes a `cdc_cursor` value. You must set the `--defaultGTIDSet` replication flag to this value when [starting Replicator](#start-replicator):
102102

103103
{% include_cached copy-clipboard.html %}
@@ -112,7 +112,7 @@
112112
{"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":"backfillFromSCN=26685444,scn=26685786","net_duration_ms":6752.847625,"net_duration":"000h 00m 06s","time":"2024-03-18T12:30:37-04:00","message":"fetch complete"}
113113
~~~
114114

115-
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load-postgresql.md" %}
115+
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load.md" %}
116116
This message shows the appropriate values for the `--backfillFromSCN` and `--scn` flags to use when [starting Replicator](#start-replicator):
117117

118118
{% include_cached copy-clipboard.html %}

src/current/_includes/molt/migration-prepare-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GRANT SELECT ON ALL TABLES IN SCHEMA migration_schema TO migration_user;
2727
ALTER DEFAULT PRIVILEGES IN SCHEMA migration_schema GRANT SELECT ON TABLES TO migration_user;
2828
~~~
2929

30-
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load-postgresql.md" %}
30+
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load.md" %}
3131
Grant the `SUPERUSER` role to the user (recommended for replication configuration):
3232

3333
{% include_cached copy-clipboard.html %}
@@ -63,7 +63,7 @@ GRANT SELECT ON mysql.gtid_executed TO 'migration_user'@'%';
6363
FLUSH PRIVILEGES;
6464
~~~
6565

66-
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load-postgresql.md" %}
66+
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load.md" %}
6767
For replication, grant additional privileges for binlog access:
6868

6969
{% include_cached copy-clipboard.html %}
@@ -166,7 +166,7 @@ GRANT SELECT, FLASHBACK ON migration_schema.tbl TO MIGRATION_USER;
166166
~~~
167167
</section>
168168

169-
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load-postgresql.md" %}
169+
{% if page.name != "migrate-bulk-load.md" and page.name != "classic-bulk-load.md" %}
170170
### Configure source database for replication
171171

172172
{% if page.source_db_not_selectable %}

0 commit comments

Comments
 (0)