• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Fixed: 12.5.30 - Migration Manager Error

Elompenta

Regular Pleskian
I sync multiple Server with CLI Migration Manager

Since the upgrade to 12.5.x i recieve the following error on every migration.

Code:
Unable to generate the web server configuration file on the host
<hostname> because of the following errors:

Template_Exception: Syntax error on line 72 of
/etc/apache2/plesk.conf.d/vhosts/<domain>.conf:
SSLCertificateFile: file '/opt/psa/var/certificates/cert-QTZLPh' does not exist
or is empty
file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0

Please resolve the errors in web server configuration templates and generate the
file again.

If i click "recreate all config files" the error are fixed.
But on net migration the error are restored.

A known bug or?
 
What command exactly do you execute to start migration from CLI?
What version of Plesk do you have on source servers?
 
I use the following script to migrate all content from Server A to Server B

Code:
for subscription in $(/opt/psa/bin/migrate --list-subscriptions -host <host> -password <pass>); do
       /opt/psa/bin/migrate --migrate-subscription $subscription -host <host> -password <pass>;
done

Both servers are the same newest Software
 
Hello,

A you able to create domains in target Plesk 12.5 manually? May be issue not in Migration & Transfer Manager, but in Plesk itself?

Anyway, Migration & Transfer Manager was replaced with Plesk Migrator in Plesk 12.5. It still available after upgrade, but unable to install it with clean Plesk 12.5 installation.

Unfortunately, Plesk Migrator does not support migration path in the same form, as Migration & Transfer Manager. It means, that it has the same, even more, features, but different syntax for CLI. You can refer this post: http://talk.plesk.com/threads/migration-transfer-manager-missing.335372/#post-789322 for details.

Could you please provide us feedback about Plesk Migrator CLI and note its lacks? We can fix it with one of the nearest updates.
 
Hi Aleksey,

A you able to create domains in target Plesk 12.5 manually?
Yes, it works fine
New Migrations works fine - only updating existing abos are generating errors.

"Migration & Transfer Manager" was removed?
I've installed the new feature but see only the old one in the backend.

Is this only a cli feature or only have the same naming in the GUI?
 
"Migration & Transfer Manager" was removed?

Migration & Transfer Manager was replaced with Plesk Migrator. GUI of Plesk Migrator looks like GUI of Migration & Transfer Manager, but backend is completely new. Thus if you have installed Migration & Transfer Manager on Plesk 12.0 before upgrade, it will remain on system and will be available via Tools & Settings / Migration & Transfer Manager. After you install Plesk Migrator, link Tools & Settings / Migration & Transfer Manager will refer on Plesk Migrator GUI instead, but backend of Migration & Transfer Manager still will be available.
 
thanks! i will test the new engine.

so this report is obsolet - if i find a new bug i will report them
 
Could you please provide us feedback about Plesk Migrator CLI and note its lacks? We can fix it with one of the nearest updates.

Hey Hey ;) You have development a great CLI-Tool! its amazing :-}
I've found some small issues in the migration process and will create for every bug a seperate thread.

Thanks so far! - I think this topic is solved, because the old migration manager are replaced by a newer and greather tool.
 
Back
Top