Skip to content

Commit 68a16fc

Browse files
authored
Merge pull request #5 from planetscale/update-readmes
Update wording of Postgres -> Vitess migration READMEs
2 parents 0ea0e0f + 68659ba commit 68a16fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This direct migration uses logical replication and, optionally, a proxy which ca
1010

1111
Heroku notably does not support logical replication. This strategy uses Bucardo to manage trigger-based asynchronous replication from Heroku into PlanetScale for Postgres.
1212

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

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

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

1919
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.
2020
Recommended for larger imports > 100GB.

postgres-mysql-planetscale/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Postgres -> MySQL -> PlanetScale Import
1+
# Postgres -> MySQL -> PlanetScale for Vitess
22

3-
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.
3+
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.
44

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

postgres-planetscale/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Postgres to PlanetScale
1+
# Postgres to PlanetScale for Vitess
22

3-
This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale.
3+
This script leverages [AWS DMS](https://aws.amazon.com/dms/) to migrate an existing Postgres source database to PlanetScale for Vitess.
44

55
When importing into a PlanetScale Vitess database, this script's performance is limited and so it is only recommended for databases 100GB or less.
66

0 commit comments

Comments
 (0)