When migrating from Helm, keep in mind the following limitations:
To migrate from Helm 3, follow these steps:
%plesk_dir%admin\plib\modules\panel-migrator\backend\conf\samples\
directory to the <PLESK_DATA_DIRECTORY>\var\modules\panel-migrator\conf\
directory. To find the location of <PLESK_DATA_DIRECTORY>
on your server, run the following command:reg query "HKLM\SOFTWARE\Plesk\PSA Config\Config" /v PRODUCT_DATA_D /reg:32
Choose one of the following sample files:
helm-3.simple.ini
sample is basic and contains only the bare minimum of information necessary for the migration.helm-3.ini
sample is a comprehensive and well-commented configuration file enabling you to configure various migration options.For your convenience, the contents of the configuration file samples can be found here. After copying the file, rename it to config.ini
.
config.ini
file to specify the following:You can also specify additional settings - see the Editing the Plesk Migrator Configuration File topic for more information.
"%plesk_dir%admin/plib/modules/panel-migrator/backend/plesk-migrator.bat" generate-migration-list
The resulting file will be named migration-list
and placed in the <PLESK_DATA_DIRECTORY>\var\modules\panel-migrator\sessions\migration-session\
directory. The migration list contains the list of objects (customer and reseller accounts, service plans, domains, and so on) to be migrated.
"%plesk_dir%admin/plib/modules/panel-migrator/backend/plesk-migrator.bat" check
Running the command will produce a list of potential issues you may encounter during the migration (if any).
"%plesk_dir%admin/plib/modules/panel-migrator/backend/plesk-migrator.bat" transfer-accounts
"%plesk_dir%admin/plib/modules/panel-migrator/backend/plesk-migrator.bat" test-all