Sahaquiel
Sahaquiel
As I read here https://stackoverflow.com/questions/33344587/insert-0000-00-00-000000-datetime-from-mysql-to-postgresql Postgres can't work with `0` values. So if there a way (via config file may be) to make correctly migration with these values?
It is init step
Thanks. If it's quick to ask, can you say, what will happen if I'll ignore the errors? I will have tables with `null` instead of `0`, or the row with...
No, init_replica running well. Just wanted to insert incorrect data and fix it with sed or smth like that :( Nvm, waiting for 2.0.8 :)
Once more, I've found that pg_chameleon in connection to the source DB and making SELECT queries like: ``` | 1577366 | pgrep | 1.2.3.4:39718 | NULL | Query | 0...
It is going on during the replica_start running. I've marked all my tables expect 1 in skip field, but pg making selects anyway in my case.