Skip to content

Commit

Permalink
update minimum recommended versions for AWS DMS
Browse files Browse the repository at this point in the history
After cockroachdb/cockroach#88229, we want to
advertise a higher minimum version.
  • Loading branch information
otan committed Sep 29, 2022
1 parent 6aef0ff commit 4ff6b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v21.2/aws-dms.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Complete the following items before starting this tutorial:

- Configure a [replication instance](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Creating.html) in AWS.
- Configure a [source endpoint](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html) in AWS pointing to your source database.
- Ensure you have a secure, publicly available CockroachDB cluster running v21.2.15 or later.
- Ensure you have a secure, publicly available CockroachDB cluster running v21.2.16 or later.
- Manually create all schema objects in the target CockroachDB cluster. This is required in order for AWS DMS to populate data successfully.
- If you are migrating from a PostgreSQL database, [use the **Schema Conversion Tool**](../cockroachcloud/migrations-page.html) to convert and export your schema.

Expand Down
2 changes: 1 addition & 1 deletion v22.1/aws-dms.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Complete the following items before starting this tutorial:

- Configure a [replication instance](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Creating.html) in AWS.
- Configure a [source endpoint](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html) in AWS pointing to your source database.
- Ensure you have a secure, publicly available CockroachDB cluster running v22.1.6 or later.
- Ensure you have a secure, publicly available CockroachDB cluster running v22.1.8 or later.
- Manually create all schema objects in the target CockroachDB cluster. This is required in order for AWS DMS to populate data successfully.
- If you are migrating from a PostgreSQL database, [use the **Schema Conversion Tool**](../cockroachcloud/migrations-page.html) to convert and export your schema.

Expand Down

0 comments on commit 4ff6b9d

Please sign in to comment.