Skip to content

Releases: AnatolyUss/FromMySqlToPostgreSql

v1.5.0

08 Apr 23:34

Choose a tag to compare

  • Avoid unnecessary vacuum at the end of migration.

Various optimizations

24 Jun 13:46

Choose a tag to compare

Optimized data loading procedure.
Added an ability to convert comments.

RAM consumption reducing, bug fixes

02 Nov 05:48

Choose a tag to compare

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

07 Oct 13:31

Choose a tag to compare

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

02 Oct 06:57

Choose a tag to compare

Stable release (tested)

06 Sep 21:16

Choose a tag to compare

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).

07 Aug 08:09

Choose a tag to compare

v1.0.0

Update README.md