You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/requirements-and-limitations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
40
40
- It is not allowed to migrate a table where another table exists with same name and different upper/lower case.
41
41
- For example, you may not migrate `MyTable` if another table called `MYtable` exists in the same schema.
42
42
43
-
- Amazon RDS and Google Cloud SQL are currently not supported
44
-
- We began working towards removing this limitation. See tracking issue: https://github.com/github/gh-ost/issues/163
43
+
- Amazon RDS works, but has it's own [limitations](rds.md).
44
+
- Google Cloud SQL is currently not supported
45
45
46
46
- Multisource is not supported when migrating via replica. It _should_ work (but never tested) when connecting directly to master (`--allow-on-master`)
0 commit comments