Skip to content

Commit 12b29dd

Browse files
committed
fix more links
1 parent 4d2804d commit 12b29dd

File tree

65 files changed

+118
-475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+118
-475
lines changed

Diff for: src/current/_data/redirects.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@
293293
sources: [':version/migrate-from-postgres.md']
294294

295295
- destination: molt/migration-overview.md
296-
sources: ['migration-overview.md']
297-
versions: ['v23.1', 'v23.2', 'v24.1', 'v24.2', 'v24.3', 'v25.1', 'v25.2']
296+
sources: [':version/migration-overview.md']
298297

299298
- destination: molt/migration-overview.md
300299
sources: ['molt/molt-overview.md']
@@ -303,14 +302,14 @@
303302
sources: ['import-data.md']
304303
versions: ['v2.1', 'v19.1', 'v19.2', 'v20.1', 'v20.2', 'v21.1']
305304

306-
- destination: molt/molt-fetch.md
307-
sources: [':version/molt-fetch.md']
308-
309305
- destination: molt/migration-overview.md
310306
sources:
311307
- molt/live-migration-service.md
312308
- :version/live-migration-service.md
313309

310+
- destination: molt/molt-fetch.md
311+
sources: [':version/molt-fetch.md']
312+
314313
- destination: molt/molt-verify.md
315314
sources: [':version/molt-verify.md']
316315

Diff for: src/current/_includes/molt/fetch-replication-output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{"level":"info","time":"2025-02-10T14:28:13-05:00","message":"staging database name: _replicator_1739215693817700000"}
1313
~~~
1414

15-
The staging schema provides a replication marker for streaming changes. You will need the staging schema name in case replication fails and must be [resumed]({% link molt/molt-fetch.md %}#resume-replication), or [failback to the source database]({% link {{ site.current_cloud_version }}/migrate-failback.md %}) is performed.
15+
The staging schema provides a replication marker for streaming changes. You will need the staging schema name in case replication fails and must be [resumed]({% link molt/molt-fetch.md %}#resume-replication), or [failback to the source database]({% link molt/migrate-failback.md %}) is performed.
1616

1717
`upserted rows` log messages indicate that changes were replicated to CockroachDB:
1818

Diff for: src/current/_includes/sidebar-data-cockroachcloud.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{
135135
"title": "Migration Overview",
136136
"urls": [
137-
"/{{site.current_cloud_version}}/migration-overview.html"
137+
"/molt/migration-overview.html"
138138
]
139139
},
140140
{
@@ -146,13 +146,13 @@
146146
{
147147
"title": "Migrate from PostgreSQL",
148148
"urls": [
149-
"/{{site.current_cloud_version}}/migrate-from-postgres.html"
149+
"/molt/migrate-to-cockroachdb.html"
150150
]
151151
},
152152
{
153153
"title": "Migrate from MySQL",
154154
"urls": [
155-
"/{{site.current_cloud_version}}/migrate-from-mysql.html"
155+
"/molt/migrate-to-cockroachdb.html?filters=mysql"
156156
]
157157
},
158158
{

Diff for: src/current/_includes/v23.1/sidebar-data/migrate.json

-12
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,6 @@
131131
}
132132
]
133133
},
134-
{
135-
"title": "Migrate from PostgreSQL",
136-
"urls": [
137-
"/${VERSION}/migrate-from-postgres.html"
138-
]
139-
},
140-
{
141-
"title": "Migrate from MySQL",
142-
"urls": [
143-
"/${VERSION}/migrate-from-mysql.html"
144-
]
145-
},
146134
{
147135
"title": "Migrate from Oracle",
148136
"urls": [

Diff for: src/current/_includes/v23.2/sidebar-data/migrate.json

-12
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
}
138138
]
139139
},
140-
{
141-
"title": "Migrate from PostgreSQL",
142-
"urls": [
143-
"/${VERSION}/migrate-from-postgres.html"
144-
]
145-
},
146-
{
147-
"title": "Migrate from MySQL",
148-
"urls": [
149-
"/${VERSION}/migrate-from-mysql.html"
150-
]
151-
},
152140
{
153141
"title": "Migrate from Oracle",
154142
"urls": [

Diff for: src/current/_includes/v24.1/sidebar-data/migrate.json

-12
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
}
138138
]
139139
},
140-
{
141-
"title": "Migrate from PostgreSQL",
142-
"urls": [
143-
"/${VERSION}/migrate-from-postgres.html"
144-
]
145-
},
146-
{
147-
"title": "Migrate from MySQL",
148-
"urls": [
149-
"/${VERSION}/migrate-from-mysql.html"
150-
]
151-
},
152140
{
153141
"title": "Migrate from Oracle",
154142
"urls": [

Diff for: src/current/_includes/v24.2/sidebar-data/migrate.json

-12
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
}
138138
]
139139
},
140-
{
141-
"title": "Migrate from PostgreSQL",
142-
"urls": [
143-
"/${VERSION}/migrate-from-postgres.html"
144-
]
145-
},
146-
{
147-
"title": "Migrate from MySQL",
148-
"urls": [
149-
"/${VERSION}/migrate-from-mysql.html"
150-
]
151-
},
152140
{
153141
"title": "Migrate from Oracle",
154142
"urls": [

Diff for: src/current/_includes/v24.3/sidebar-data/migrate.json

-12
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
}
138138
]
139139
},
140-
{
141-
"title": "Migrate from PostgreSQL",
142-
"urls": [
143-
"/${VERSION}/migrate-from-postgres.html"
144-
]
145-
},
146-
{
147-
"title": "Migrate from MySQL",
148-
"urls": [
149-
"/${VERSION}/migrate-from-mysql.html"
150-
]
151-
},
152140
{
153141
"title": "Migrate from Oracle",
154142
"urls": [

Diff for: src/current/molt/migrate-failback.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Failback can be performed after you have loaded data into CockroachDB and are re
1010
{% assign tab_names_html = "Load and replicate;Phased migration;Failback" %}
1111
{% assign html_page_filenames = "migrate-to-cockroachdb.html;migrate-in-phases.html;migrate-failback.html" %}
1212

13-
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder=site.current_cloud_version %}
13+
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder="molt" %}
1414

1515
## Before you begin
1616

@@ -44,7 +44,7 @@ The following example watches the `employees` table for change events.
4444
Be mindful when specifying the connection strings: `--source` is the CockroachDB connection string and `--target` is the connection string of the database you migrated from.
4545
{{site.data.alerts.end}}
4646

47-
Use the `--stagingSchema` replication flag to provide the name of the staging schema. This is found in the `staging database name` message that is written at the beginning of the [replication task]({% link {{ site.current_cloud_version }}/migrate-in-phases.md %}#step-6-replicate-changes-to-cockroachdb).
47+
Use the `--stagingSchema` replication flag to provide the name of the staging schema. This is found in the `staging database name` message that is written at the beginning of the [replication task]({% link molt/migrate-in-phases.md %}#step-6-replicate-changes-to-cockroachdb).
4848

4949
<section class="filter-content" markdown="1" data-scope="postgres">
5050
{% include_cached copy-clipboard.html %}
@@ -116,5 +116,5 @@ The following example watches the `employees` table for change events.
116116
- [MOLT Fetch]({% link molt/molt-fetch.md %})
117117
- [MOLT Verify]({% link molt/molt-verify.md %})
118118
- [Migration Overview]({% link molt/migration-overview.md %})
119-
- [Migrate to CockroachDB]({% link {{ site.current_cloud_version }}/migrate-to-cockroachdb.md %})
120-
- [Migrate to CockroachDB in Phases]({% link {{ site.current_cloud_version }}/migrate-in-phases.md %})
119+
- [Migrate to CockroachDB]({% link molt/migrate-to-cockroachdb.md %})
120+
- [Migrate to CockroachDB in Phases]({% link molt/migrate-in-phases.md %})

Diff for: src/current/molt/migrate-in-phases.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A phased migration to CockroachDB uses the [MOLT tools]({% link molt/migration-o
1010
{% assign tab_names_html = "Load and replicate;Phased migration;Failback" %}
1111
{% assign html_page_filenames = "migrate-to-cockroachdb.html;migrate-in-phases.html;migrate-failback.html" %}
1212

13-
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder=site.current_cloud_version %}
13+
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder="molt" %}
1414

1515
## Before you begin
1616

@@ -140,7 +140,7 @@ The following example specifies that the `employees` table should be watched for
140140
1. Repeat [Step 4](#step-4-verify-the-data-load) to verify the updated data.
141141

142142
{{site.data.alerts.callout_success}}
143-
If you encountered issues with replication, you can now use [`failback`]({% link {{ site.current_cloud_version }}/migrate-failback.md %}) mode to replicate changes on CockroachDB back to the initial source database. In case you need to roll back the migration, this ensures that data is consistent on the initial source database.
143+
If you encountered issues with replication, you can now use [`failback`]({% link molt/migrate-failback.md %}) mode to replicate changes on CockroachDB back to the initial source database. In case you need to roll back the migration, this ensures that data is consistent on the initial source database.
144144
{{site.data.alerts.end}}
145145

146146
## Step 8. Cutover
@@ -154,5 +154,5 @@ Perform a cutover by resuming application traffic, now to CockroachDB.
154154
- [MOLT Fetch]({% link molt/molt-fetch.md %})
155155
- [MOLT Verify]({% link molt/molt-verify.md %})
156156
- [Migration Overview]({% link molt/migration-overview.md %})
157-
- [Migrate to CockroachDB]({% link {{ site.current_cloud_version }}/migrate-to-cockroachdb.md %})
158-
- [Migration Failback]({% link {{ site.current_cloud_version }}/migrate-failback.md %})
157+
- [Migrate to CockroachDB]({% link molt/migrate-to-cockroachdb.md %})
158+
- [Migration Failback]({% link molt/migrate-failback.md %})

Diff for: src/current/molt/migrate-to-cockroachdb.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A migration to CockroachDB uses the [MOLT tools]({% link molt/migration-overview
1010
{% assign tab_names_html = "Load and replicate;Phased migration;Failback" %}
1111
{% assign html_page_filenames = "migrate-to-cockroachdb.html;migrate-in-phases.html;migrate-failback.html" %}
1212

13-
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder=site.current_cloud_version %}
13+
{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder="molt" %}
1414

1515
## Before you begin
1616

@@ -96,7 +96,7 @@ Start the initial load of data into the target database. Continuous replication
9696
{% include molt/verify-output.md %}
9797

9898
{{site.data.alerts.callout_success}}
99-
If you encountered issues with replication, you can now use [`failback`]({% link {{ site.current_cloud_version }}/migrate-failback.md %}) mode to replicate changes on CockroachDB back to the initial source database. In case you need to roll back the migration, this ensures that data is consistent on the initial source database.
99+
If you encountered issues with replication, you can now use [`failback`]({% link molt/migrate-failback.md %}) mode to replicate changes on CockroachDB back to the initial source database. In case you need to roll back the migration, this ensures that data is consistent on the initial source database.
100100
{{site.data.alerts.end}}
101101

102102
## Step 6. Modify the CockroachDB schema
@@ -114,5 +114,5 @@ Perform a cutover by resuming application traffic, now to CockroachDB.
114114
- [MOLT Fetch]({% link molt/molt-fetch.md %})
115115
- [MOLT Verify]({% link molt/molt-verify.md %})
116116
- [Migration Overview]({% link molt/migration-overview.md %})
117-
- [Migrate to CockroachDB in Phases]({% link {{ site.current_cloud_version }}/migrate-in-phases.md %})
118-
- [Migration Failback]({% link {{ site.current_cloud_version }}/migrate-failback.md %})
117+
- [Migrate to CockroachDB in Phases]({% link molt/migrate-in-phases.md %})
118+
- [Migration Failback]({% link molt/migrate-failback.md %})

Diff for: src/current/molt/molt-fetch.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1120,8 +1120,6 @@ DEBUG [Sep 11 11:04:01] httpReque
11201120

11211121
## See also
11221122

1123-
- [MOLT Verify]({% link molt/molt-verify.md %})
11241123
- [Migration Overview]({% link molt/migration-overview.md %})
1125-
- [Migrate from PostgreSQL]({% link {{site.current_cloud_version}}/migrate-from-postgres.md %})
1126-
- [Migrate from MySQL]({% link {{site.current_cloud_version}}/migrate-from-mysql.md %})
1127-
- [Migrate from CSV]({% link {{site.current_cloud_version}}/migrate-from-csv.md %})
1124+
- [Migrate to CockroachDB]({% link molt/migrate-to-cockroachdb.md %})
1125+
- [MOLT Verify]({% link molt/molt-verify.md %})

Diff for: src/current/molt/molt-verify.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ For a demo of MOLT Verify, watch the following video:
2525

2626
The following databases are currently supported:
2727

28-
- [PostgreSQL]({% link {{site.current_cloud_version}}/migrate-from-postgres.md %})
29-
- [MySQL]({% link {{site.current_cloud_version}}/migrate-from-mysql.md %})
28+
- PostgreSQL 12-14
29+
- MySQL 5.7, 8.0 and later
3030
- CockroachDB
3131

3232
## Installation
@@ -130,8 +130,6 @@ The following limitation is specific to MySQL:
130130

131131
## See also
132132

133-
- [MOLT Fetch]({% link molt/molt-fetch.md %})
134133
- [Migration Overview]({% link molt/migration-overview.md %})
135-
- [Migrate from PostgreSQL]({% link {{site.current_cloud_version}}/migrate-from-postgres.md %})
136-
- [Migrate from MySQL]({% link {{site.current_cloud_version}}/migrate-from-mysql.md %})
137-
- [Migrate from CSV]({% link {{site.current_cloud_version}}/migrate-from-csv.md %})
134+
- [Migrate to CockroachDB]({% link molt/migrate-to-cockroachdb.md %})
135+
- [MOLT Fetch]({% link molt/molt-fetch.md %})

Diff for: src/current/v21.2/migrate-from-mysql.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ toc: true
55
docs_area: migrate
66
---
77

8-
{{site.data.alerts.callout_danger}}
9-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-mysql.html).
10-
{{site.data.alerts.end}}
118

129
This page has instructions for migrating data from MySQL to CockroachDB using [`IMPORT`](import.html)'s support for reading [`mysqldump`][mysqldump] files.
1310

Diff for: src/current/v21.2/migrate-from-postgres.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ toc: true
55
docs_area: migrate
66
---
77

8-
{{site.data.alerts.callout_danger}}
9-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-postgres.html).
10-
{{site.data.alerts.end}}
118

129
This page has instructions for migrating data from PostgreSQL to CockroachDB using [`IMPORT`][import]'s support for reading [`pg_dump`][pgdump] files.
1310

Diff for: src/current/v22.1/migrate-from-mysql.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ keywords: load data infile
66
docs_area: migrate
77
---
88

9-
{{site.data.alerts.callout_danger}}
10-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-mysql.html).
11-
{{site.data.alerts.end}}
129

1310
This page has instructions for migrating data from MySQL to CockroachDB using [`IMPORT`](import.html)'s support for reading [`mysqldump`][mysqldump] files.
1411

Diff for: src/current/v22.1/migrate-from-postgres.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ keywords: copy
66
docs_area: migrate
77
---
88

9-
{{site.data.alerts.callout_danger}}
10-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-postgres.html).
11-
{{site.data.alerts.end}}
129

1310
This page has instructions for migrating data from PostgreSQL to CockroachDB using [`IMPORT`][import]'s support for reading [`pg_dump`][pgdump] files.
1411

Diff for: src/current/v22.2/migrate-from-mysql.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ keywords: load data infile
66
docs_area: migrate
77
---
88

9-
{{site.data.alerts.callout_danger}}
10-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-mysql.html).
11-
{{site.data.alerts.end}}
129

1310
This page has instructions for migrating data from MySQL to CockroachDB using [`IMPORT`](import.html)'s support for reading [`mysqldump`][mysqldump] files.
1411

Diff for: src/current/v22.2/migrate-from-postgres.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ keywords: copy
66
docs_area: migrate
77
---
88

9-
{{site.data.alerts.callout_danger}}
10-
The instructions on this page require updates. For updated guidance, see the [current documentation](../stable/migrate-from-postgres.html).
11-
{{site.data.alerts.end}}
129

1310
This page has instructions for migrating data from PostgreSQL to CockroachDB using [`IMPORT`][import]'s support for reading [`pg_dump`][pgdump] files.
1411

Diff for: src/current/v23.1/import.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,11 @@ CSV DATA ('s3://{BUCKET NAME}/{customer-data}?AWS_ACCESS_KEY_ID={ACCESS KEY}&AWS
377377

378378
- [Use Cloud Storage]({% link {{ page.version.version }}/use-cloud-storage.md %})
379379
- [Migration Overview]({% link molt/migration-overview.md %})
380-
- [Migrate from MySQL][mysql]
381-
- [Migrate from PostgreSQL][postgres]
380+
- [Migrate from MySQL]({% link molt/migrate-to-cockroachdb.md %}?filters=mysql)
381+
- [Migrate from PostgreSQL]({% link molt/migrate-to-cockroachdb.md %})
382382
- [`IMPORT INTO`]({% link {{ page.version.version }}/import-into.md %})
383383

384384
{% comment %} Reference Links {% endcomment %}
385385

386-
[postgres]: {% link {{ page.version.version }}/migrate-from-postgres.md %}
387-
[mysql]: {% link {{ page.version.version }}/migrate-from-mysql.md %}
386+
[postgres]: {% link molt/migrate-to-cockroachdb.md %}
387+
[mysql]: {% link molt/migrate-to-cockroachdb.md %}?filters=mysql

Diff for: src/current/v23.1/migrate-from-avro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ You will need to run [`ALTER TABLE ... ADD CONSTRAINT`]({% link {{ page.version.
218218
- [`IMPORT`][import]
219219
- [Import Performance Best Practices]({% link {{ page.version.version }}/import-performance-best-practices.md %})
220220
- [Migrate from CSV][csv]
221-
- [Migrate from MySQL][mysql]
222-
- [Migrate from PostgreSQL][postgres]
221+
- [Migrate from MySQL]({% link molt/migrate-to-cockroachdb.md %}?filters=mysql)
222+
- [Migrate from PostgreSQL]({% link molt/migrate-to-cockroachdb.md %})
223223
- [Back Up and Restore Data]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %})
224224
- [Use the Built-in SQL Client]({% link {{ page.version.version }}/cockroach-sql.md %})
225225
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})

Diff for: src/current/v23.1/migrate-from-csv.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ IMPORT INTO employees (emp_no, birth_date, first_name, last_name, gender, hire_d
178178

179179
- [`IMPORT`][import]
180180
- [Import Performance Best Practices]({% link {{ page.version.version }}/import-performance-best-practices.md %})
181-
- [Migrate from MySQL][mysql]
182-
- [Migrate from PostgreSQL][postgres]
181+
- [Migrate from MySQL]({% link molt/migrate-to-cockroachdb.md %}?filters=mysql)
182+
- [Migrate from PostgreSQL]({% link molt/migrate-to-cockroachdb.md %})
183183
- [Back Up and Restore Data]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %})
184184
- [Use the Built-in SQL Client]({% link {{ page.version.version }}/cockroach-sql.md %})
185185
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})

Diff for: src/current/v23.1/migrate-from-geojson.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ IMPORT PGDUMP ('http://localhost:3000/tanks.sql');
9393
- [Migrate from GeoPackage]({% link {{ page.version.version }}/migrate-from-geopackage.md %})
9494
- [Spatial indexes]({% link {{ page.version.version }}/spatial-indexes.md %})
9595
- [Migration Overview]({% link molt/migration-overview.md %})
96-
- [Migrate from MySQL][mysql]
97-
- [Migrate from PostgreSQL][postgres]
96+
- [Migrate from MySQL]({% link molt/migrate-to-cockroachdb.md %}?filters=mysql)
97+
- [Migrate from PostgreSQL]({% link molt/migrate-to-cockroachdb.md %})
9898
- [Back Up and Restore Data]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %})
9999
- [Use the Built-in SQL Client]({% link {{ page.version.version }}/cockroach-sql.md %})
100100
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})

Diff for: src/current/v23.1/migrate-from-geopackage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ IMPORT PGDUMP ('http://localhost:3000/springs.sql');
105105
- [Migrate from OpenStreetMap]({% link {{ page.version.version }}/migrate-from-openstreetmap.md %})
106106
- [Migrate from Shapefiles]({% link {{ page.version.version }}/migrate-from-shapefiles.md %})
107107
- [Migration Overview]({% link molt/migration-overview.md %})
108-
- [Migrate from MySQL][mysql]
109-
- [Migrate from PostgreSQL][postgres]
108+
- [Migrate from MySQL]({% link molt/migrate-to-cockroachdb.md %}?filters=mysql)
109+
- [Migrate from PostgreSQL]({% link molt/migrate-to-cockroachdb.md %})
110110
- [Back Up and Restore Data]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %})
111111
- [Use the Built-in SQL Client]({% link {{ page.version.version }}/cockroach-sql.md %})
112112
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})

0 commit comments

Comments
 (0)