This configuration file contains only the basic information necessary to
perform the migration:
[GLOBAL]
source-type: helm3
source-servers: helm3, helm3-other-server
target-type: plesk
[plesk]
ip:
os: windows
[helm3]
ip:
windows-username: Administrator
windows-password: password
[helm3-other-server]
ip:
This configuration file contains advanced settings, enabling you to
fine-tune many aspects of the migration:
[GLOBAL]
# This section defines global settings and lists the source CP servers.
# [mandatory, non-modifiable] source-type
# Source servers product type.
# The other parameters in this configuration template are listed for this particular type, plesk.
# Rather than changing the source-type here, browse the provided configuration templates
# and pick one that best suits your source type.
source-type: helm3
# [mandatory, non-modifiable] target-type
# Target servers product type.
target-type: plesk
# [mandatory] source-servers
# Comma-separated list of the sections describing source Helm servers.
# An arbitrary number of Helm servers can be listed here.
source-servers: helm3, helm3-other-server
# [optional] external-db-servers
# Comma-separated list of the sections describing external source database servers.
# It is highly recommended to specify external database servers for remote MSSQL.
# Otherwise, there could be issues when copying database content.
# external-db-servers: mssql1
# [optional] session-dir
# A directory for migration tool's temporary files.
# If not specified, temporary files will be put into 'migration-session'.
# session-dir: migration-session
# [optional] zones-ttl
# The time in seconds, which migration tool sets as the SOA minimum TTL
# and refresh interval on a new DNS server.
# If not specified, default value is assumed: 120
# zones-ttl: 120
# [optional] external-dns-server
# An IP v4 address of an external DNS server that allows recursive DNS queries.
# Migration tool uses the specified address to test whether general Internet users
# can obtain the correct DNS records for the transferred domains.
# If nothing is specified, migration tool will use Google DNS server (8.8.8.8).
# If 'none' is specified, migration tool will…