CYBERTEC Migrator Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage Support

v3.6.0

Features

  • Add support for stage post-hook SQL scripts to adapt the migration with functionalities not provided by the Migrator. The scripts are executed at the end of a stage. Typical use cases for such scripts are to create database objects which are not present in the source database, or to define ownership and access permissions.
    • Add a stage post-hook script in the Stages Tab.
    • Editor for stage hook scripts. It is possible to temporary disable a hook script.
    • The execution of the stage post-hook scripts are logged for audit purposes.
  • Improve Data stage: list and range partitions and sub-partitions of partitioned tables are migrated in parallel.
  • Support migration of GENERATED AS IDENTITY constraint.
  • Improve user experience:
    • Code editors verify DDL code to provide fast error feedback.
    • Add keyboard hotkey Ctrl-Enter to start migration job execution.

Resolved Bugs

  • Failed to created migration of an Oracle database containing a column that uses a data-type from the SYS schema
  • Starting a migration job with more than one stage and incorrect target connection bricks the migration
  • Sidebar filter showing schemas that contain none of the filter results
  • Misleading console log entries No metadata found. There is more than once class-validator version installed probably ...