Skip to content

Update wording of Postgres -> Vitess migration READMEs #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Use these scripts to migrate a Postgres database to PlanetScale for Postgres or

This direct migration uses logical replication and, optionally, a proxy which can manage connections and sequences for a zero-downtime migration.

## [Postgres to PlanetScale for Postgres or Vitess/MySQL via AWS DMS](./postgres-planetscale)
## [Postgres to PlanetScale for Postgres or Vitess via AWS DMS](./postgres-planetscale)

This has some speed limitations and is only recommended for databases 100GB or less.

## [Postgres to PlanetScale for Vitess/MySQL via AWS DMS and an intermediate MySQL](./postgres-mysql-planetscale)
## [Postgres to PlanetScale for Vitess via AWS DMS and an intermediate MySQL](./postgres-mysql-planetscale)

Thanks to the intermediate MySQL database, this runs faster than the variant above, but has the downside of requiring an additional MySQL instance running during the migration, which adds cost and complexity to the import.
Recommended for larger imports > 100GB.
4 changes: 2 additions & 2 deletions postgres-mysql-planetscale/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres -> MySQL -> PlanetScale Import
# Postgres -> MySQL -> PlanetScale for Vitess

This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale using an additional Amazon MySQL database.
This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale for Vitess using an additional Amazon MySQL database.

Refer to the [PlanetScale docs](https://planetscale.com/docs/imports/postgres-mysql-planetscale-migration-guide) for a guide on how to use these scripts.

4 changes: 2 additions & 2 deletions postgres-planetscale/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres to PlanetScale
# Postgres to PlanetScale for Vitess

This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale.
This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale for Vitess.
This script has some speed limitations and is only recommended for databases 100GB or less.

Refer to the [PlanetScale docs](https://planetscale.com/docs/imports/postgres-planetscale-migration-guide) for a guide on how to use these scripts.