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

Update QA Environment to use Mongo 8.x by default

enhancement
Database Vendor Issue
MongoDBI

The Postgres driver needs to support SSL connections to enable operations against PostgresSQL servers running under Amazon AWS/RDS

enhancement
PostgresDBI

The Azure driver now expects a connection object with a connection property that contains the connection string Eg ``` "azure" : "ConncetionString" `` Becomes "azure" :{ connection" : "ConncetionString" }

AzureDBI

The Postgres Driver should provide an option to reset identity columns after a load operation has completed.

enhancement
PostgresDBI

Yadamu should support operations on that include identify columns

enhancement
PostgresDBI

Update QA Environment to use Postgres 17.x by default

enhancement
PostgresDBI
Database Vendor Issue

Migrate the MySQL Driver to node/mysql2 to support MySQL 9.x. The node/mysql package cannot connect to MySQL Databases > 8.1 due to MySQL's de-support of legacy authentication protocols.

enhancement
MySQLDBI
Database Vendor Issue

Update QA Environment to use MySQL 9.x by default

enhancement
MySQLDBI
Database Vendor Issue

Need to upgrade the mariadb database interface to use node/[email protected]

enhancement
MariadbDBI
Database Vendor Issue

Yadamu needs to handle situations where the order of the columns in the source and target tables is not the same.

enhancement
YadamuDBI