From 83c2c7dc230e6019697835b4251433fb06fd3571 Mon Sep 17 00:00:00 2001 From: Greg Roodt Date: Mon, 5 Jun 2017 15:59:24 +1000 Subject: [PATCH] Update requirements-and-limitations.md --- doc/requirements-and-limitations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements-and-limitations.md b/doc/requirements-and-limitations.md index 7d246a8..c961706 100644 --- a/doc/requirements-and-limitations.md +++ b/doc/requirements-and-limitations.md @@ -40,8 +40,8 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th - It is not allowed to migrate a table where another table exists with same name and different upper/lower case. - For example, you may not migrate `MyTable` if another table called `MYtable` exists in the same schema. -- Amazon RDS and Google Cloud SQL are currently not supported - - We began working towards removing this limitation. See tracking issue: https://github.com/github/gh-ost/issues/163 +- Amazon RDS works, but has it's own [limitations](rds.md). +- Google Cloud SQL is currently not supported - Multisource is not supported when migrating via replica. It _should_ work (but never tested) when connecting directly to master (`--allow-on-master`)