• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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