pg_chameleon icon indicating copy to clipboard operation
pg_chameleon copied to clipboard

MySQL to PostgreSQL replica system

Results 36 pg_chameleon issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The initial load worked properly but new registries added in mysql are not being inserted in PG **To Reproduce** Steps to reproduce the behavior: Follow the installation...

Hi, once more issue. MySQL table: ``` | CREATE TABLE `rates_v2` ( `host` varchar(20) NOT NULL, `rate` varchar(20) NOT NULL DEFAULT '', `added` datetime DEFAULT NULL, `new` set('N','Y') DEFAULT 'Y',...

bug
v2.0

**Describe the bug** Fresh install of 2.0.16, started replica, and 10 hours later, randomly crashed decoding something in the source **To Reproduce** I'm not sure what table/row/col it had trouble...

v2.0

**Describe the bug** Data lost when the number of rows is exceed batch size. **To Reproduce** 1. set "replica_batch_size :10000" in configure file. 2. insert 18000 rows in the source...

bug
v2.0

MySQL currently allows 0000-00-00 as a valid value, Postgres doesn't and converts it to a null value. However in case it is converted to null value, and the column in...

**Is your feature request related to a problem? Please describe.** Restarting the PostgreSQL database service kills pg_chameleon, and leaves it in an error state **Describe the solution you'd like** Ability...

enhancement

Need help **i did set up replication B/W mysql and postgresql using pg_chameleon. my replication going well and running state.but its provide problem in data syn. Actually only table schema...

I am evaluating pg_chameleon for helping with strangling a project, but this paragraph from the README is not clear: > If the copy process fails for memory error check the...

**Describe the bug** I'll prefix this with the disclaimer that this may very well not be a bug, but might just be an oversight on my part on either how...

Hi Team, I'm trying to convert enum type to text/varchar, but not working as expected. Table on my postgres still using enum type. Below are several config, I've been try...