Google Cloud Professional Cloud Database Engineer — Question 31

You plan to use Database Migration Service to migrate data from a PostgreSQL on-premises instance to Cloud SQL. You need to identify the prerequisites for creating and automating the task. What should you do? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E because ensuring that all tables have a primary key (C) is vital for the migration process, as it helps maintain data integrity. Additionally, having pglogical installed (E) is necessary for the logical replication required by the Database Migration Service. The other options, while potentially relevant in different contexts, are not prerequisites for this specific migration task.