Migration

Migrate data from existing server

Properties

PropertyTypeRequiredDescription
hoststringyesHostname or IP address of the server where to migrate data from
portintegeryesPort number of the server where to migrate data from
dbnamestringnoDatabase name for bootstrapping the initial connection
ignore-dbsstringnoComma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)
methodstringnoThe migration method to be used

Allowed values: dump, replication.
passwordstringnoPassword for authentication with the server where to migrate data from
sslbooleannoThe server where to migrate data from is secured with SSL
usernamestringnoUser name for authentication with the server where to migrate data from
Last updated on