Skip to content

Commit de139e9

Browse files
committed
fix more links
1 parent 4d2804d commit de139e9

File tree

58 files changed

+114
-452
lines changed

Some content is hidden

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

58 files changed

+114
-452
lines changed

src/current/_data/redirects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,14 @@
303303
sources: ['import-data.md']
304304
versions: ['v2.1', 'v19.1', 'v19.2', 'v20.1', 'v20.2', 'v21.1']
305305

306-
- destination: molt/molt-fetch.md
307-
sources: [':version/molt-fetch.md']
308-
309306
- destination: molt/migration-overview.md
310307
sources:
311308
- molt/live-migration-service.md
312309
- :version/live-migration-service.md
313310

311+
- destination: molt/molt-fetch.md
312+
sources: [':version/molt-fetch.md']
313+
314314
- destination: molt/molt-verify.md
315315
sources: [':version/molt-verify.md']
316316

src/current/_includes/molt/fetch-replication-output.md

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 0 additions & 12 deletions
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": [

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

Lines changed: 0 additions & 12 deletions
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": [

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

Lines changed: 0 additions & 12 deletions
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": [

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

Lines changed: 0 additions & 12 deletions
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": [

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

Lines changed: 0 additions & 12 deletions
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": [

src/current/molt/migrate-failback.md

Lines changed: 4 additions & 4 deletions
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 %})

src/current/molt/migrate-in-phases.md

Lines changed: 4 additions & 4 deletions
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 %})

src/current/molt/migrate-to-cockroachdb.md

Lines changed: 4 additions & 4 deletions
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 %})

0 commit comments

Comments
 (0)