YADAMU---Yet-Another-DAta-Migration-Utility
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
Update QA Environment to use Mongo 8.x by default
The Postgres driver needs to support SSL connections to enable operations against PostgresSQL servers running under Amazon AWS/RDS
The Azure driver now expects a connection object with a connection property that contains the connection string Eg ``` "azure" : "ConncetionString" `` Becomes "azure" :{ connection" : "ConncetionString" }
The Postgres Driver should provide an option to reset identity columns after a load operation has completed.
Yadamu should support operations on that include identify columns
Update QA Environment to use Postgres 17.x by default
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.
Update QA Environment to use MySQL 9.x by default
Need to upgrade the mariadb database interface to use node/[email protected]
Yadamu needs to handle situations where the order of the columns in the source and target tables is not the same.