- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- Versión 18.0.58 Actualización 2
I can't start a migration from Azure to my new server on Strato.
When I filled all the data (root user, ssh file, etc...) and start the process I have this error:
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.
I tried to do this query on my Azure SQL but doesn't work.
Please, help. Thanks!!
When I filled all the data (root user, ssh file, etc...) and start the process I have this error:
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.
I tried to do this query on my Azure SQL but doesn't work.
Please, help. Thanks!!