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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
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.
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.aws-support-tools/DataPipeline/MySqlRdsToPostgreSqlRds/dbconv-mysqlRDS-to-postgresqlRDS.sh
Line 119 in 1fa6b70
Do you have a plan to support MySQL 8.0.11 or later, or is there any workaround for this problem?
The text was updated successfully, but these errors were encountered: