• 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!
  • 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.

Migration Error from 10 -> 11

Svobi

New Pleskian
Hi!

After migrating a site with an alias from an older 10 Version directly into 11 I get this migration log:

Warning: domain "mydomain.de"
Internal server error: mailmng[11624]: Unable to prepare SQL statement for query 'UPDATE domains SET status=? WHERE name=LOWER(?)': no such table: domains
mailmng[11624]: Unable to prepare SQL statement for query 'UPDATE domains SET status=? WHERE name=LOWER(?)': no such table: domains
mailmng[11624]: Unable to disable auth records for domain mydomain.de
Warning: domain "mydomain.de"
Execution of /opt/psa/admin/plib/api-cli/domalias.php --create mydomain.com -mail false -web true -tomcat false -dns false -domain mydomain.de -ignore-nonexistent-options failed with return code 1.
Stderr is
Unable to create domain alias: /usr/bin/killall execution failed:
qmail-se: no process found
mailmng[11977]: Unable to prepare SQL statement for query 'DELETE FROM domains WHERE name=LOWER(?)': no such table: domains
mailmng[11977]: Unable to remove domain mydomain.com from auth database
mailmng[11977]: Unable to remove domain aliases

Within my Plesk 11 everything seems fine (besides that the php content doesn't actually work because of newer php version incompatibility) and a test.html can be viewed in the browser. Anything to worry about that error message?
 
If there is anything to worry about, following command will fix it:

# /usr/local/psa/admin/sbin/mchk --with-spam
 
Thanks! The result:

==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok
==> Checking for: mailman_lists_dump... ok
==> Checking for: mail_kav8_restore... ok
==> Checking for: mail_responder_restore... ok
==> Checking for: vhostidmng... not exists
==> Checking for: mail_spam_restore... ok
==> Checking for: mail_grey_restore... ok
==> Checking for: mail_mailbox_restore... ok
==> Checking for: mail_spf_restore... ok
==> Checking for: mail_dk_restore... ok
==> Checking for: mail_drweb_restore... not exists

So seems to be OK.... the domain got no mail accounts btw...
 
Back
Top