CUBRID Migration Toolkit (CMT) is a software tool that allows migrating data from MySQL/Oracle/CUBRID to CUBRID Database Server.
The data and schema in the source database can be as sophisticated as possible. CMT provides the default settings to cast native MySQL and other DBMS data types to native CUBRID data types. However, most of them will overlap as CUBRID provides over 90% MySQL compatibility. If it is necessary to have the destination column data type different from the default settings, it can be easily customized before the migration process starts.
Note: When you want to use this tool, you need to download JDBC files first from their official site.
- MYSQL: https://dev.mysql.com/downloads/connector/j/
- ORACLE: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
- SQL SERVER: https://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx
cd cubridmigration/com.cubrid.cubridmigration.build/
wget http://ftp.cubrid.org/CUBRID_Docs/CMT/cmt-build-3rdparty-libs.tgz
tar -xvf cmt-build-3rdparty-libs.tgz
cd cubridmigration/com.cubrid.cubridmigration.build/
wget http://ftp.cubrid.org/CUBRID_Docs/CMT/cmt-build-3rdparty-test.zip
unzip cmt-build-3rdparty-test.zip
cd cubridmigration/com.cubrid.cubridmigration.core.testfragment/
wget http://ftp.cubrid.org/CUBRID_Docs/CMT/cmt-test-3rdparty-drivers.zip
unzip cmt-test-3rdparty-drivers.zip -d jdbc
cd cubridmigration/com.cubrid.cubridmigration.ui.testfragment/
wget http://ftp.cubrid.org/CUBRID_Docs/CMT/cmt-test-3rdparty-drivers.zip
unzip cmt-test-3rdparty-drivers.zip -d jdbc
- OpenJDK 8
- Apache Maven 3.9.6
- git
- Internet access
git clone -b release/eclipse_upgrade --single-branch https://github.com/CUBRID/cubrid-migration.git eclipse_upgrade
cd eclipse_upgrade
// all build
sh build -X
// desktop build
sh build -profile desktop -X
// console build
sh build -profile console -X