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

Can't clone WordPress site after migration

Harm Jakob Tolsma

New Pleskian
I've used the Plesk Migration Manager to transfer a WordPress site from one Plesk server to another.
Since I need the copy to do some testing, I need to change the domain for the site.
Normally (when working on only one server) I just clone the site. However cloning the newly transfered site results in an error:

"Copying Files
  • Task is not responding: id=1728, pid=30360, type=ext-wp-toolkit-backgroundtasksimplementation\cloning\cloningtask, currentStepProgress=-1, currentStepText=, initialTaskParameters=Array, isRestarted=1, referrer=/modules/wp-toolkit/index.php/index/list, runTaskUnderLogin=admin"
While I know that I can just copy the files and the database to the new site, I would expect the clone function to work.
What would be the way to find the problem and tackle the issue?

Source server is Plesk Onyx (Version 17.8.11 Update #53)
Target server is Plesk Obsidian (Version 18.0.26 )
Not sure if this is relevant, but perhaps worth noting.
 
Last edited:
I don't have an LVE Manager. Server runs on Ubuntu 16.04.6 LTS

Code:
plesk db "select startTime,id,type,status,finishTime from longtasks where type LIKE 'ext-wp-toolkit%' order by startTime desc"
+---------------------+------+------------------------------------------------------------------+--------+---------------------+
| startTime           | id   | type                                                             | status | finishTime          |
+---------------------+------+------------------------------------------------------------------+--------+---------------------+
| 2020-04-17 08:20:18 | 1729 | ext-wp-toolkit-backgroundtasksimplementation\cloning\cloningtask | error  | 2020-04-17 08:20:20 |
+---------------------+------+------------------------------------------------------------------+--------+---------------------+
 
Panel.log shows

Code:
[2020-04-17 07:54:47.755] ERR [extension/wp-toolkit] mysqlcheck: Got error: 1045: Access denied for user '[USER]'@'localhost' (using password: YES) when trying to connect

[2020-04-17 07:54:47.764] ERR [extension/wp-toolkit] Warning: mysqlcheck utility has detected some issues with the database of the source WordPress installation. You can find the details below. Continue the cloning if you think these issues will not affect the cloning procedure. Error message: mysqlcheck: Got error: 1045: Access denied for user '[USER]'@'localhost' (using password: YES) when trying to connect
...
[2020-04-17 08:20:19.681] ERR [panel] ERROR: escapeshellarg(): Input string contains NULL bytes (functions.php:1150)
[2020-04-17 08:20:20.783] ERR [panel] Task is not responding: id=1729, pid=447, type=ext-wp-toolkit-backgroundtasksimplementation\cloning\cloningtask
[2020-04-17 08:20:20.783] ERR [panel] Task is not responding: id=1729, pid=447, type=ext-wp-toolkit-backgroundtasksimplementation\cloning\cloningtask, currentStepProgress=-1, currentStepText=, initialTaskParameters=Array, isRestarted=1, referrer=/modules/wp-toolkit/index.php/index/list, runTaskUnderLogin=admin
 
Back
Top