Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dms: add support for s3 source #1390

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/en/user-guide/aws/dms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ DMS is in a preview state on LocalStack and only supports some selected use case
| MySQL (external) | Kinesis | full-load, cdc |
| RDS MariaDB | Kinesis | full-load, cdc |
| RDS MySQL | Kinesis | full-load, cdc |
| S3 | Kinesis | full-load, cdc |

## Resource Browser

Expand Down Expand Up @@ -167,6 +168,8 @@ server_id=1
log_bin=mysqld-bin
```

For S3 as a source, only the first 1000 files of a table in a bucket are considered for migration.

### Enum Values for CDC data events

To support Enum values for CDC data events, you need to enable the database setting `BINLOG_ROW_METADATA=FULL`
Expand Down
Loading