YADAMU---Yet-Another-DAta-Migration-Utility icon indicating copy to clipboard operation
YADAMU---Yet-Another-DAta-Migration-Utility copied to clipboard

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats

Results 16 YADAMU---Yet-Another-DAta-Migration-Utility issues
Sort by recently updated
recently updated
newest added

Node seems to have introduced a change of behavior or bug into stream/finished that breaks Yadamu. https://github.com/nodejs/node/issues/55152

Yadamu
Database Vendor Issue

node/mysql2 appears to hang when a connection while processing a query stream. The LostConnections test for the MySQL driver need to be disabled until this issue is addressed https://github.com/sidorares/node-mysql2/issues/3082

Database Vendor Issue
MySQLQA

node/mysql2 appears to have a problem with accuracy of edge case values for doubles. Until this issue is resolved Yadamu will have to have the server convert float the double...

MySQLDBI
Database Vendor Issue

``` C:\Development\YADAMU>node C:\Development\YADAMU\src\qa\cli\test.js CONFIG=qa\YDB2\PGDT.json 2022-07-30T16:05:24.187Z [QA][Environemnt][x64][win32][v17.7.2]: Running tests 2022-07-30T16:05:24.374Z [INFO][Postgres][140004][Configuration]: PostGIS Version: 3.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1. 2022-07-30T16:05:24.433Z [INFO][Postgres][140004][Configuration]: PostGIS Version: 3.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1. 2022-07-30T16:05:24.434Z [INFO][READER][Postgres][140004][Manager]: Ready. 2022-07-30T16:05:24.451Z [INFO][WRITER][Postgres][140004][DDL_ONLY][Manager]: Ready....

Database Vendor Issue
YugabyteDBI

Currently Yadamu does not support exporting tables that contain one or more ARRAY columns

enhancement
PostgresDBI