Releases: AnatolyUss/FromMySqlToPostgreSql
Releases · AnatolyUss/FromMySqlToPostgreSql
v1.5.0
Various optimizations
Optimized data loading procedure.
Added an ability to convert comments.
RAM consumption reducing, bug fixes
In order to reduce RAM consumption
FromMySqlToPostgreSql will split each table's data into several chunks.
The chunk size can be adjusted easily via configuration file.
Views migration basic support has been added
Note:
view definitions (SQL), of views, that were not migrated
can be found under "/logs_directory/not_created_views".
Numeric types mapping bug was found and solved
v1.2.3 1.2.3
Stable release (tested)
Several new features were added:
- From now only 4 configuration parameters (instead of 7 in previous release) are required in order to perform a migration
- From now timestamp value '0000-00-00 00:00:00' will be converted to '-INFINITY' instead of '1970-01-01 00:00:00'
- In case of an error, each log will contain the SQL statement, that caused the error
Besides new features, several bugs were found and solved.
Stable release (tested).
v1.0.0 Update README.md