Migration
Migrate data from existing server
Properties
| Property | Type | Required | Description |
|---|---|---|---|
host | string | yes | Hostname or IP address of the server where to migrate data from |
port | integer | yes | Port number of the server where to migrate data from |
dbname | string | no | Database name for bootstrapping the initial connection |
ignore-dbs | string | no | Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment) |
method | string | no | The migration method to be used Allowed values: dump, replication. |
password | string | no | Password for authentication with the server where to migrate data from |
ssl | boolean | no | The server where to migrate data from is secured with SSL |
username | string | no | User name for authentication with the server where to migrate data from |
Last updated on