Skip to content

Commit

Permalink
[Doc] Update data_migration_tool.md add QA (#50404)
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgeHon <[email protected]>
Signed-off-by: 絵空事スピリット <[email protected]>
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
GeorgeHon and EsoragotoSpirit authored Sep 10, 2024
1 parent 985d3b7 commit 68f7e63
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/en/administration/data_migration_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,18 @@ FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME;
```


## Q&A

### Q1: Why did only the table schemas get synchronized?

If you have enabled the firewall, you must open these ports:

| **Component** | **Port** | **Default** |
| ----------- | -------------- | ----------- |
| FE | query_port | 9030 |
| FE | http_port | 8030 |
| FE | rpc_port | 9020 |
| BE | be_http_port | 8040 |
| BE | be_port | 9060 |
14 changes: 14 additions & 0 deletions docs/zh/administration/data_migration_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,17 @@ FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME;
```

## Q&A

### Q1:为什么只能同步表结构?

如果您开启了防火墙,则需要开通以下端口:

| **组件** | **端口** | **默认端口** |
| ----------- | -------------- | ----------- |
| FE | query_port | 9030 |
| FE | http_port | 8030 |
| FE | rpc_port | 9020 |
| BE | be_http_port | 8040 |
| BE | be_port | 9060 |

0 comments on commit 68f7e63

Please sign in to comment.