Hello Retool team,
I would like to migrate my data from Retool DB to Google Cloud SQL for security compliance. I intend to use Google Cloud Data Migration service since it supports continuous synchronization rather than one-time migration.
However, to do it, one of the pre-requisites needs to be done in the source database. This is the documentation for reference: Configure your source | Database Migration Service | Google Cloud.
I have tried the first step which is running CREATE EXTENSION IF NOT EXISTS pglogical
but got error "extension pglogical is not available".
What can be done in this case?