Configure your destination AlloyDB for PostgreSQL database

Database Migration Service supports continuous migrations from Oracle source databases to the following AlloyDB for PostgreSQL destination databases:

  • AlloyDB for PostgreSQL 14, 15

Before you can use Database Migration Service to migrate data into your destination database, you must configure the database by:

We recommend performing the following steps to avoid performance and data integrity issues:

  • Disable all foreign key constraints and indexes in the destination AlloyDB for PostgreSQL database, and enable them back when the migration is completed. Foreign keys don't block the migration but they affect its overall performance.

  • Disable all triggers in the destination AlloyDB for PostgreSQL database, and enable them back when the migration is completed. Triggers enabled in the destination database might result in data differences between the source and destination.