Migration

Migrate data from existing server

Properties

  • host (required) (string): Hostname or IP address of the server where to migrate data from
  • port (required) (integer): Port number of the server where to migrate data from
  • password (string): Password for authentication with the server where to migrate data from
  • ssl (boolean): The server where to migrate data from is secured with SSL
  • username (string): User name for authentication with the server where to migrate data from
  • dbname (string): Database name for bootstrapping the initial connection
  • ignore-dbs (string): Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)
  • method (string)
Last updated on