Hi everyone,
I'm testing my migration under VMWARE and I have errors when I launch the perl imscp-migrate-from-ispcp script to migrate.
[ ERRORS ]
main::databaseIntegrityTest: Table quotatallies orphan entry: {
'files_out_used' => '0',
'files_in_used' => '0',
'bytes_xfer_used' => '0',
'name' => 'lahuertadesantiysonia.com',
'quota_type' => 'group',
'files_xfer_used' => '0',
'bytes_in_used' => '3.06381e+06',
'bytes_out_used' => '0'
}
Table quotatallies orphan entry: {
'files_out_used' => '0',
'files_in_used' => '0',
'bytes_xfer_used' => '0',
'name' => 'violettavoon.com',
'quota_type' => 'group',
'files_xfer_used' => '0',
'bytes_in_used' => '884736',
'bytes_out_used' => '0'
}
iMSCP::Debug::END: Exit code is 1!
Here is what I've done. I moved my ISPCP server to a new server with this guide:http://isp-control.net/forum/thread-6286.html
I then repaired the database as per the guide. ISPCP is 100% running and working on the new server. No errors.
Cheers,
Rob
[hr]
The errors are from orphaned entries from deleted domains in ISPCP. I think they can happily be deleted but I'm not sure how???? Any ideas?
Thanks,
Rob
[hr]
Sorted it out. Seems like some entries from deleted domains remained in this table:
quotatallies
I deleted the entries and it then allowed me to continue the migration.