Will Bryant
Will Bryant
Any progress on this one? Just had another customer project whose terminate is not working, and I think it's probably the same issue.
Looks like this affects 2.7 on all platforms. It has been fixed in https://github.com/brianmario/mysql2/commit/f62edc0d17b3c31fdf2d5581a82feec8393239d2 which was December, but we're still waiting for a release?
This isn't specific to CentOS.
Hmm interesting idea. Maybe I should just make it create the types with arbitrary names for you? Or are you specifically trying to match the Laravel-created schema from mysql with...
In your case the entire matching schema is already loaded up at the 'to' end right? And it would actually work if KS ignored its own opinion about the column...
Hi, The YAML format is only used for filtering the tables. If you just want to sync data from mysql to postgresql, you don't need it. What are you trying...
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 and...
Also what command-line options are you using? I wouldn't expect it to try and put a table into the `"db"` schema by default.
OK. Could you please check the collation as well as the character set? By default mysql's will be case insensitive and postgresql's will be case-sensitive, but you can change that...
Weird. That's my main theory gone. I'll try and reproduce. If you run with `-v`, does it seem like it errors straight away when it does that table, or are...