Migration auf neuen Server - Probleme mit der MySQL-DB

ShouTakumi

New Member
Hallo zusammen, ich versuche gerade die Plesk-Daten (8.6/9.0) auf einen neuen Server (ebenfalls 8.6) zu migrieren, jedoch erhalte ich folgende Meldung wenn ich dies über die Plesk-Oberfläche versuche:

Error during dump file retrieving.
Remote agent failed with the following stderr messages: 19:03:44 INFO FileFinder: pwd resolved to /bin/pwd
19:03:44 INFO ------------------------------------------------------------
19:03:44 INFO FILE storage initialized.
19:03:44 INFO Base directory: /migration/supervisor.1295
19:03:44 INFO Gzip bundles: yes
19:03:44 INFO Bundle split size: do not split
19:03:44 INFO ------------------------------------------------------------
19:03:44 INFO ------------------------------------------------------------
19:03:44 INFO Migration status reporting initialized.
19:03:44 INFO Status file: /migration/supervisor.1295/dumping-status.xml
19:03:44 INFO ------------------------------------------------------------
19:03:45 INFO New connection: mysql DBI connection. db psa, user admin, host localhost
19:03:45 TRACE SQL: SELECT ip_address, type FROM IP_Addresses
DBD::mysql::st execute failed: Unknown column 'type' in 'field list' at Db/DbiBackend.pm line 66.
19:03:45 ERROR Unable to execute SQL (SELECT ip_address, type FROM IP_Addresses): Unknown column 'type' in 'field list'
19:03:45 WARN Timeout occured during mysql query. Reconnecting.
DBD::mysql::st execute failed: Unknown column 'type' in 'field list' at Db/DbiBackend.pm line 66.
19:03:45 ERROR Unable to execute SQL (SELECT ip_address, type FROM IP_Addresses): Unknown column 'type' in 'field list'
DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at Db/DbiBackend.pm line 84.
19:03:45 TRACE SQL: SELECT c.login, p.ip_address FROM clients c LEFT JOIN Repository r ON c.pool_id = r.rep_id LEFT JOIN IP_Addresses p ON r.component_id = p.id
19:03:45 TRACE SQL: SELECT d.displayName, p.ip_address FROM domains d, IP_Addresses p, hosting h WHERE p.id = h.ip_address_id AND h.dom_id = d.id
19:03:45 TRACE SQL: SELECT d.displayName, p.ip_address FROM domains d, IP_Addresses p, forwarding f WHERE p.id = f.ip_address_id AND f.dom_id = d.id
19:03:45 TRACE SQL: SELECT displayName FROM domains WHERE htype = 'none'
19:03:45 TRACE SQL: SELECT d.displayName, c.login FROM clients c LEFT JOIN domains d ON d.cl_id = c.id
19:03:45 DEBUG Selected all objects
19:03:45 INFO Client 'admin' is started
19:03:45 TRACE SQL: SELECT * FROM clients WHERE login = 'admin'
19:03:45 TRACE SQL: SELECT password, type FROM accounts WHERE id = '0'
'undef' password passed to makePasswordNode at agent.include.pl line 282.
Gibt es evtl. eine andere Möglichkeit? Pleskbackup funktioniert nicht.

Vielen Dank schon einmal.
 
Back
Top