Parallels Plesk Billing is a billing solution that either bundles with earlier Parallels Plesk Panel versions or ships as a standalone product. The difference between the bundled and standalone versions is that in the first case - bundled installation - the application utilizes the Panel license. In the second case, the application uses its own license.
If you have a standalone Plesk Billing, you can migrate it to Customer & Business Manager - the Panel 10 component. For this, run a migration script that transfers data from the existing Plesk BIlling database to Customer & Business Manager and converts it to an appropriate format.
To prepare for migration from Plesk Billing to the Panel:
Important: We recommend that you turn off connections to your existing database to avoid concurrent access to it from Plesk Billing and the Panel. To turn off the connections, disable virtual hosts that serve Plesk Billing.
Now you have two options to migrate from Plesk Billing to Business Manager:
To migrate from local database dump:
/usr/share/plesk-billing/migrate-db --backup-file=<path-to-dump>
"%plesk_bin%\billing-migrate-db.exe" --backup-file=<path-to-dump>
To migrate directly from remote server:
/usr/share/plesk-billing/migrate-db --host=<hostname> --name=<dbname> --user=<username> --password=<password>
"%plesk_bin%\billing-migrate-db.exe" --host=<hostname> --name=<dbname>
--user=<username> --password=<password>
Where <hostname> is a name of the host with Plesk Billing, <dbname> is a name of Plesk Billing database, and <username> and <password> are the Plesk Billing database administrator credentials.
Plesk Billing is now successfully migrated to Customer & Business Manager. All hosting panels previously connected to Plesk Billing are now connected to Customer & Business Manager; Plesk Billing configuration and data remain unchanged after the migration. You may now remove your standalone Plesk Billing.