Skip to content

Commit c3509cb

Browse files
Merge pull request #271015 from apduvuri/migratedoc-03042024
added the limitation in the known issue and added the migration service
2 parents 443e9ef + d3b8221 commit c3509cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/postgresql/migrate/migration-service/concepts-known-issues-migration-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Here are common limitations that apply to migration scenarios:
3939

4040
- The migration service doesn't support superuser privileges and objects.
4141

42+
- Azure Database for PostgreSQL - Flexible Server does not support the creation of custom tablespaces due to superuser privilege restrictions. During migration, data from custom tablespaces in the source PostgreSQL instance is migrated into the default tablespaces of the target Azure Database for PostgreSQL - Flexible Server.
43+
4244
- The following PostgreSQL objects can't be migrated into the PostgreSQL flexible server target:
4345
- Create casts
4446
- Creation of FTS parsers and FTS templates

articles/postgresql/migrate/migration-service/concepts-user-roles-migration-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.topic: conceptual
1616
> [!IMPORTANT]
1717
> The migration of user roles, ownerships, and privileges feature is available only for the Azure Database for PostgreSQL Single server as the source. This feature is currently disabled for PostgreSQL version 16 servers.
1818
19-
The service automatically provides the following built-in capabilities for the Azure Database for PostgreSQL single server as the source and data migration.
19+
The migration service automatically provides the following built-in capabilities for the Azure Database for PostgreSQL single server as the source and data migration.
2020

2121
- Migration of user roles on your source server to the target server.
2222
- Migration of ownership of all the database objects on your source server to the target server.

0 commit comments

Comments
 (0)