- Server operating system version
- Ubuntu 24.04
- Plesk version and microupdate number
- 18.0.66
Hi
When I run the migration tool on 18.0.66 server, I get the following error:
Running the same SQL on the source server against "psa" database is giving me an empty set. Can someone guide me on the possible next steps?
-Sri
When I run the migration tool on 18.0.66 server, I get the following error:
Preparing migration
Failed to fetch basic information about resellers, clients and domains data from source servers
Cause: Failed to execute SQL query on Plesk database: failed to parse JSON returned by SQL script.
Query:
SELECT Subscriptions.id as subscription_id, clients.id, login, pname
FROM clients
LEFT JOIN Subscriptions ON
Subscriptions.object_id = clients.id
AND Subscriptions.object_type = 'client'
WHERE clients.type = 'reseller'
Command's exit code: 255
Command's stdout:
Command's stderr: Died at AgentConfig.pm line 23.
That is a critical error, migration was stopped.
Running the same SQL on the source server against "psa" database is giving me an empty set. Can someone guide me on the possible next steps?
-Sri