Skip to content

Commit

Permalink
Merge pull request #133213 from arunkumarthiags/arunbranch
Browse files Browse the repository at this point in the history
add 2 TB limit
  • Loading branch information
PRMerger10 committed Oct 9, 2020
2 parents 9b604d3 + caae4fb commit 102f672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions articles/dms/known-issues-azure-postgresql-online.md
Expand Up @@ -74,6 +74,8 @@ Known issues and limitations associated with online migrations from PostgreSQL t
SELECT Concat('DROP TRIGGER ', Trigger_Name, ';') FROM information_schema.TRIGGERS WHERE TRIGGER_SCHEMA = 'your_schema';
```

## Size limitations
- You can migrate up to 2 TB of data from PostgreSQL to Azure DB for PostgreSQL using a single DMS service.
## Datatype limitations

**Limitation**: If there's no primary key on tables, changes may not be synced to the target database.
Expand Down

0 comments on commit 102f672

Please sign in to comment.