Skip to content

Commit f7cbe4f

Browse files
Added a new limitation regarding JSON column
1 parent d09a8a2 commit f7cbe4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/dms/known-issues-azure-postgresql-online.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ When you try to perform an online migration from Amazon Web Service (AWS) Relati
9898
- The database name can't include a semicolon (;).
9999
- A captured table must have a primary key. If a table doesn't have a primary key, the result of DELETE and UPDATE record operations will be unpredictable.
100100
- Updating a primary key segment is ignored. Applying such an update will be identified by the target as an update that didn't update any rows. The result is a record written to the exceptions table.
101+
- If your table has a **JSON** column, any DELETE or UPDATE operations on this table can lead to a failed migration.
101102
- Migration of multiple tables with the same name but a different case might cause unpredictable behavior and isn't supported. An example is the use of table1, TABLE1, and Table1.
102103
- Change processing of [CREATE | ALTER | DROP | TRUNCATE] table DDLs isn't supported.
103104
- In Database Migration Service, a single migration activity can only accommodate up to four databases.

0 commit comments

Comments
 (0)