Alexander Evseev
Alexander Evseev
> Could you please paste in the full CREATE TABLE statements for both source and destination databases, and also check what character set and collation is default for both source...
MySQL: ``` | character_set_database | utf8 | | collation_database | utf8_general_ci | ``` Create table statement (see above) specifies only charset - utf8. PostgreSQL database has charset UTF8 and collation/ctype...
I've checked source (MySQL) table - there is no id's similar to the problematic one.
Sorry, can't check. I've added "drop schema; create schema" on the target DB (PG) and and KS runs successfully. I.e. sync succeeds if there is no tables/data in target DB...
> What version of PostgreSQL are you using? We're using PostgreSQL 12 at destination
I've changed original commit to bump chart version
I've found a solution to have the only manifest, but it should be run twice: ``` resource "helm_release" "cert_manager" { name = "cert-manager" chart = "cert-manager" repository = "https://charts.jetstack.io" namespace...