Open mythosil opened 2 years ago
I'd like to use Data Pipeline's template "Full Copy of Amazon RDS MySQL Table to Amazon Redshift". The template uses dbconv-mysqlRDS-to-postgresqlRDS.sh in this repo.
The problem is that the shell script doesn't work with MySQL 8.0.11+ because of --compatible=postgresql option which can't be used any more. https://github.com/awslabs/aws-support-tools/blob/1fa6b704ac6b6066122cf711215519d9f5cf2589/DataPipeline/MySqlRdsToPostgreSqlRds/dbconv-mysqlRDS-to-postgresqlRDS.sh#L119
--compatible=postgresql
Do you have a plan to support MySQL 8.0.11 or later, or is there any workaround for this problem?
I'd like to use Data Pipeline's template "Full Copy of Amazon RDS MySQL Table to Amazon Redshift". The template uses dbconv-mysqlRDS-to-postgresqlRDS.sh in this repo.
The problem is that the shell script doesn't work with MySQL 8.0.11+ because of
--compatible=postgresql
option which can't be used any more. https://github.com/awslabs/aws-support-tools/blob/1fa6b704ac6b6066122cf711215519d9f5cf2589/DataPipeline/MySqlRdsToPostgreSqlRds/dbconv-mysqlRDS-to-postgresqlRDS.sh#L119Do you have a plan to support MySQL 8.0.11 or later, or is there any workaround for this problem?