Skip to content

Commit

Permalink
mention Fetch in migration tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface committed Jan 10, 2025
1 parent db61660 commit d9dbbd9
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion src/current/v23.2/migrate-from-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ SELECT * FROM table_a ORDER BY COALESCE(array_position(ARRAY[4,1,3,2],5),999);

## Load MySQL data

You can use one of the following methods to migrate MySQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate MySQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v23.2/migrate-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following PostgreSQL features do not yet exist in CockroachDB:

## Load PostgreSQL data

You can use one of the following methods to migrate PostgreSQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate PostgreSQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.1/migrate-from-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ SELECT * FROM table_a ORDER BY COALESCE(array_position(ARRAY[4,1,3,2],5),999);

## Load MySQL data

You can use one of the following methods to migrate MySQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate MySQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.1/migrate-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following PostgreSQL features do not yet exist in CockroachDB:

## Load PostgreSQL data

You can use one of the following methods to migrate PostgreSQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate PostgreSQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.2/migrate-from-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ SELECT * FROM table_a ORDER BY COALESCE(array_position(ARRAY[4,1,3,2],5),999);

## Load MySQL data

You can use one of the following methods to migrate MySQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate MySQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.2/migrate-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following PostgreSQL features do not yet exist in CockroachDB:

## Load PostgreSQL data

You can use one of the following methods to migrate PostgreSQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate PostgreSQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.3/migrate-from-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ SELECT * FROM table_a ORDER BY COALESCE(array_position(ARRAY[4,1,3,2],5),999);

## Load MySQL data

You can use one of the following methods to migrate MySQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate MySQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v24.3/migrate-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following PostgreSQL features do not yet exist in CockroachDB:

## Load PostgreSQL data

You can use one of the following methods to migrate PostgreSQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate PostgreSQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v25.1/migrate-from-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ SELECT * FROM table_a ORDER BY COALESCE(array_position(ARRAY[4,1,3,2],5),999);

## Load MySQL data

You can use one of the following methods to migrate MySQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate MySQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down
4 changes: 3 additions & 1 deletion src/current/v25.1/migrate-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following PostgreSQL features do not yet exist in CockroachDB:

## Load PostgreSQL data

You can use one of the following methods to migrate PostgreSQL data to CockroachDB:
You can use [MOLT Fetch]({% link molt/molt-fetch.md %}) to migrate PostgreSQL data to CockroachDB.

Alternatively, you can use one of the following methods to migrate the data:

- {% include {{ page.version.version }}/migration/load-data-import-into.md %}

Expand Down

0 comments on commit d9dbbd9

Please sign in to comment.