Migrating Postgres schemas v1.4.1 (LTS)

Before starting a data migration, choose how to handle schema migration. Hybrid Manager (HM) supports two approaches:

  • Simplified (recommended): HM manages schema migration and constraint handling automatically as part of the data migration setup. Select the Schema and data scope when creating your migration.
  • Manual: Export and import the schema yourself using Migration Toolkit or pg_dump, and handle constraints based on the key structure of each source table.