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

v3.0.0

With CYBERTEC Migrator v3 we’ve rebuilt the GUI from the ground up to simplify database migrations even further

  • Get a brief look at the structure of your source database by using the migration Overview
  • Quickly drill down into your data model with the help of the new Sidebar
  • Stages (natural synchronization points of a migration process) now guide you through the migration process
    • Structure stage: create database objects necessary to migrate the table data
    • Data stage: migrate table data in parallel
    • Logic stage: create functions, triggers, views
    • Integrity stage: parallel creation of primary keys, indices, foreign keys, and constraint checks
  • Enjoy quick round trips and gain confidence in the correctness of your migration thanks to the reworked Migration Controls
    • Start migration from the beginning
    • Rerun stage in case of an error
    • Continue to next stage
    • Abort migration and restart at any time
  • Explore the inner workings of your migration with the new, and easily accessible Log View
    • Log entries are inter-linked to the database objects configuration
    • Filter on log level (ERROR, WARNING, INFO, VERBOSE)
  • Extensive configuration
    • Exclude database objects (schemas, tables, columns, indexes, …) from migration
    • Table editor to configure columns, constraints, indices, triggers, and partitions
    • Bulk change of data types (for example change all NUMBER(4) to int, instead of smallint)
    • Integrated code editor for functions, stored procedures, and views with diff feature