MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface
Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations
Properties
selected |
Databases to migrate |
source |
Connection information for source PostgreSQL |
target |
Connection information for target Azure Database for PostgreSQL |
Property Details
selectedDatabases
Databases to migrate
selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]
Property Value
sourceConnectionInfo
Connection information for source PostgreSQL
sourceConnectionInfo: PostgreSqlConnectionInfo
Property Value
targetConnectionInfo
Connection information for target Azure Database for PostgreSQL
targetConnectionInfo: PostgreSqlConnectionInfo