Skip to content

Commit

Permalink
feat: add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650720557
  • Loading branch information
Google APIs authored and copybara-github committed Jul 9, 2024
1 parent 7070d58 commit 46d63dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/sql/v1/cloud_sql_instances.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,12 @@ message SqlExternalSyncSettingError {
// The error message indicates that pg_cron flags are enabled on the
// destination which is not supported during the migration.
PG_CRON_FLAG_ENABLED_IN_REPLICA = 47;

// This error message indicates that the specified extensions are not
// enabled on destination instance. For example, before you can migrate
// data to the destination instance, you must enable the PGAudit extension
// on the instance.
EXTENSIONS_NOT_ENABLED_IN_REPLICA = 48;
}

// Can be `sql#externalSyncSettingError` or
Expand Down

0 comments on commit 46d63dc

Please sign in to comment.