db_start_migration
Start migrating data from an external database into a destination managed database by providing source connection details such as host, port, credentials, and SSL settings.
Instructions
Start migrating data from an external database.
Args: database_id: The destination database ID or label host: Source database hostname port: Source database port username: Source database username password: Source database password database: Source database name ssl: Use SSL connection to source
Returns: Status message confirming migration start
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | No | ||
| host | Yes | ||
| port | Yes | ||
| database | Yes | ||
| password | Yes | ||
| username | Yes | ||
| database_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||