Promotion means that the destination Cloud SQL instance is disconnected from the source, and is promoted from a replica instance to a primary instance.
For continuous migrations, you can initiate the promotion process after it's time to move reads and writes to the destination.
For one-time migrations, the Cloud SQL instance is ready as soon as the dump and load is complete, and user-invoked promotion isn't required.
To promote a migration without loss of information, follow these steps:
Click the migration job that represents the migration that you want to promote. The Migration job details page appears.
After the full dump phase has completed and the migration job is in CDC phase, the option for promotion is available.
Immediately after transitioning to the CDC phase, depending on the size of the dump, there may be a long replication delay because the Cloud SQL destination instance catches up on changes that occurred during the dump and load.
Wait for the replication delay to trend down significantly, ideally on the order of minutes or seconds. The replication delay is available for review on the migration job page.
After the replication delay is at a minimum, you can initiate the promotion. To avoid data loss, make sure to:
Stop all writes, running scripts, and client connections to the source database. The downtime period begins here.
Wait until the replication delay is at zero, which means that the migration job has processed all outstanding changes.
In the Migration job details page, click Promote.
In the Promote migration job? window, click Promote.
The migration job stops reading from the source and the substatus is Promote in progress. At this point, you cannot stop or undo the promotion process.
The destination instance is promoted to a primary writeable instance. The migration job status is Completed.
(Optional) For sources that use the pg_cron extension: The pg_cron extension (or any cron settings associated with the extension) isn't migrated by Database Migration Service, but it is supported in Cloud SQL for PostgreSQL destinations. If you use the pg_cron extension in your source databases, you can re-install it on your destination instance.
The application can now be connected to the Cloud SQL instance and the migration job can be safely deleted.
Migration jobs that have failed or were manually stopped during CDC phase can be promoted, but this may mean a gap between the data on the source and the destination.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["Promotion of a migration job turns the destination Cloud SQL instance from a replica into a primary instance, disconnecting it from the source."],["For continuous migrations, promotion should be initiated after the decision to switch reads and writes to the destination has been made, while one-time migrations are ready after the dump and load process completes."],["Before promoting, it's crucial to stop all writes and connections to the source database and wait for the replication delay to reach zero to avoid data loss."],["The promotion process can be initiated in the Migration job details page by clicking \"Promote,\" and once started, it cannot be stopped or reversed."],["If the `pg_cron` extension is used in the source database, it is not migrated by Database Migration Service, but can be reinstalled on the destination instance after promotion."]]],[]]