Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlExternalSyncSettingErrorType.
Protobuf type google.cloud.sql.v1beta4.SqlExternalSyncSettingError.SqlExternalSyncSettingErrorType
Namespace
Google \ Cloud \ Sql \ V1beta4 \ SqlExternalSyncSettingErrorMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_EXTERNAL_SYNC_SETTING_ERROR_TYPE_UNSPECIFIED
Value: 0
Generated from protobuf enum SQL_EXTERNAL_SYNC_SETTING_ERROR_TYPE_UNSPECIFIED = 0;
CONNECTION_FAILURE
Value: 1
Generated from protobuf enum CONNECTION_FAILURE = 1;
BINLOG_NOT_ENABLED
Value: 2
Generated from protobuf enum BINLOG_NOT_ENABLED = 2;
INCOMPATIBLE_DATABASE_VERSION
Value: 3
Generated from protobuf enum INCOMPATIBLE_DATABASE_VERSION = 3;
REPLICA_ALREADY_SETUP
Value: 4
Generated from protobuf enum REPLICA_ALREADY_SETUP = 4;
INSUFFICIENT_PRIVILEGE
Value: 5
The replication user is missing privileges that are required.
Generated from protobuf enum INSUFFICIENT_PRIVILEGE = 5;
UNSUPPORTED_MIGRATION_TYPE
Value: 6
Unsupported migration type.
Generated from protobuf enum UNSUPPORTED_MIGRATION_TYPE = 6;
NO_PGLOGICAL_INSTALLED
Value: 7
No pglogical extension installed on databases, applicable for postgres.
Generated from protobuf enum NO_PGLOGICAL_INSTALLED = 7;
PGLOGICAL_NODE_ALREADY_EXISTS
Value: 8
pglogical node already exists on databases, applicable for postgres.
Generated from protobuf enum PGLOGICAL_NODE_ALREADY_EXISTS = 8;
INVALID_WAL_LEVEL
Value: 9
The value of parameter wal_level is not set to logical.
Generated from protobuf enum INVALID_WAL_LEVEL = 9;
INVALID_SHARED_PRELOAD_LIBRARY
Value: 10
The value of parameter shared_preload_libraries does not include pglogical.
Generated from protobuf enum INVALID_SHARED_PRELOAD_LIBRARY = 10;
INSUFFICIENT_MAX_REPLICATION_SLOTS
Value: 11
The value of parameter max_replication_slots is not sufficient.
Generated from protobuf enum INSUFFICIENT_MAX_REPLICATION_SLOTS = 11;
INSUFFICIENT_MAX_WAL_SENDERS
Value: 12
The value of parameter max_wal_senders is not sufficient.
Generated from protobuf enum INSUFFICIENT_MAX_WAL_SENDERS = 12;
INSUFFICIENT_MAX_WORKER_PROCESSES
Value: 13
The value of parameter max_worker_processes is not sufficient.
Generated from protobuf enum INSUFFICIENT_MAX_WORKER_PROCESSES = 13;
UNSUPPORTED_EXTENSIONS
Value: 14
Extensions installed are either not supported or having unsupported versions
Generated from protobuf enum UNSUPPORTED_EXTENSIONS = 14;
INVALID_RDS_LOGICAL_REPLICATION
Value: 15
The value of parameter rds.logical_replication is not set to 1.
Generated from protobuf enum INVALID_RDS_LOGICAL_REPLICATION = 15;
INVALID_LOGGING_SETUP
Value: 16
The primary instance logging setup doesn't allow EM sync.
Generated from protobuf enum INVALID_LOGGING_SETUP = 16;
INVALID_DB_PARAM
Value: 17
The primary instance database parameter setup doesn't allow EM sync.
Generated from protobuf enum INVALID_DB_PARAM = 17;
UNSUPPORTED_GTID_MODE
Value: 18
The gtid_mode is not supported, applicable for MySQL.
Generated from protobuf enum UNSUPPORTED_GTID_MODE = 18;
SQLSERVER_AGENT_NOT_RUNNING
Value: 19
SQL Server Agent is not running.
Generated from protobuf enum SQLSERVER_AGENT_NOT_RUNNING = 19;
UNSUPPORTED_TABLE_DEFINITION
Value: 20
The table definition is not support due to missing primary key or replica identity, applicable for postgres.
Generated from protobuf enum UNSUPPORTED_TABLE_DEFINITION = 20;
UNSUPPORTED_DEFINER
Value: 21
The customer has a definer that will break EM setup.
Generated from protobuf enum UNSUPPORTED_DEFINER = 21;
SQLSERVER_SERVERNAME_MISMATCH
Value: 22
SQL Server @@SERVERNAME does not match actual host name.
Generated from protobuf enum SQLSERVER_SERVERNAME_MISMATCH = 22;
PRIMARY_ALREADY_SETUP
Value: 23
The primary instance has been setup and will fail the setup.
Generated from protobuf enum PRIMARY_ALREADY_SETUP = 23;
UNSUPPORTED_BINLOG_FORMAT
Value: 24
The primary instance has unsupported binary log format.
Generated from protobuf enum UNSUPPORTED_BINLOG_FORMAT = 24;
BINLOG_RETENTION_SETTING
Value: 25
The primary instance's binary log retention setting.
Generated from protobuf enum BINLOG_RETENTION_SETTING = 25;
UNSUPPORTED_STORAGE_ENGINE
Value: 26
The primary instance has tables with unsupported storage engine.
Generated from protobuf enum UNSUPPORTED_STORAGE_ENGINE = 26;
LIMITED_SUPPORT_TABLES
Value: 27
Source has tables with limited support eg: PostgreSQL tables without primary keys.
Generated from protobuf enum LIMITED_SUPPORT_TABLES = 27;
EXISTING_DATA_IN_REPLICA
Value: 28
The replica instance contains existing data.
Generated from protobuf enum EXISTING_DATA_IN_REPLICA = 28;
MISSING_OPTIONAL_PRIVILEGES
Value: 29
The replication user is missing privileges that are optional.
Generated from protobuf enum MISSING_OPTIONAL_PRIVILEGES = 29;
RISKY_BACKUP_ADMIN_PRIVILEGE
Value: 30
Additional BACKUP_ADMIN privilege is granted to the replication user which may lock source MySQL 8 instance for DDLs during initial sync.
Generated from protobuf enum RISKY_BACKUP_ADMIN_PRIVILEGE = 30;
INSUFFICIENT_GCS_PERMISSIONS
Value: 31
The Cloud Storage bucket is missing necessary permissions.
Generated from protobuf enum INSUFFICIENT_GCS_PERMISSIONS = 31;
INVALID_FILE_INFO
Value: 32
The Cloud Storage bucket has an error in the file or contains invalid file information.
Generated from protobuf enum INVALID_FILE_INFO = 32;
UNSUPPORTED_DATABASE_SETTINGS
Value: 33
The source instance has unsupported database settings for migration.
Generated from protobuf enum UNSUPPORTED_DATABASE_SETTINGS = 33;