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

Resolved Migration error same client

EnriqueR

Regular Pleskian
I am trying to migrate a subscription from a Plesk VPS 12.5.30 to another Plesk VPS 12.5.30, but it gives me error in the migration. I think the problem can come in that a few days ago I did a migration of a subscription that belonged to an X client and today I'm doing another migration from another subscription that belongs to the same client X.

Could it be that it is giving problems because they belong to the same client? It should really belong to the same client in my destination VPS

Warning:

Failed deployment of domain domain.com
Warning:
Execution of /usr/local/psa/admin/plib/api-cli/domain.php --create domain.com -owner parentclient.com -do-not-apply-skeleton -notify false -guid 8e7b9071-03d9-4e0c-9e54-9f53e87b43d2 -creation-date 2013-07-26 -ip x.x.x.x -ignore-nonexistent-options failed with return code 1. Stderr is An error occurred during domain creation: Unable to load object of type PhDomain with id=17: Domain does not exist.
Warning: Restore domain "domain.com"
Execution of /usr/local/psa/admin/plib/api-cli/dns.php --commit-zone domain.com -ignore-nonexistent-options failed with return code 4. Stderr is Requested name is neither domain nor domain alias
 
Code:
Stderr is An error occurred during domain creation: Unable to load object of type PhDomain with id=17: Domain does not exist

Seems it is database inconsistency in destination server.

Try ''plesk repair db"

If the issue still persist refer the KB : https://kb.plesk.com/en/116960
 
The database has invalid data. The command 'plesk repair db' repair correctly. But the problem remains unresolved. Any subscription that I try to migrate causes the same error.

I have also used the steps at https://kb.plesk.com/en/116960 but the ids that appear in the bug are not found in DomainServices table.
 
Last edited:
I have installed Plesk Migrator to test an alternative migration, but an error appear:

Failed to check Plesk API connection to target Plesk server: Failed to execute local command '/bin/sh -c '/usr/local/psa/bin/secret_key --list'': 'utf8' codec can't decode byte 0x93 in position 8: invalid start byte

I have searched this bug in your forum and I have found this link: https://kb.plesk.com/en/130061
I have run: mysql> SELECT * FROM secret_keys where description="For Plesk Migrator extension"\G but return Empty set (0.00 sec)

Do you have any idea what is the migration problem does not leave me from any method?
 
I think I found the problem. The following command '/usr/local/psa/bin/secret_key --list' returns an invalid key with strange characters.

What can I do to fix it?
 
Back
Top