Stop the Abiquo billing integration

This page describes how to stop the Abiquo billing integration, which will be deprecated soon following the introduction of Abiquo on premise billing in Abiquo 6.1

 

To stop the Abiquo billing integration, comment the command lines in the following cron files:

  1. For the Abiquo billing integration process: abiquo-billing

  2. For enterprise account mapping: abiquo-billing-mapping

  3. For dashboard display of Abiquo billing integration: abiquo-billing-private

If you cannot find these files with this name, the typical cron configuration of these jobs is:

  • Run the billing integration

    0 1 * * * root cd /opt/abiquo-billing; /bin/bash /opt/abiquo-billing/billing.sh 2>&1 | tee --append /var/log/billing.log
  • Update the account mapping table

    10 0 * * * root mysql --host specifythedbhost --user root --password yourpass --execute "INSERT IGNORE INTO kinton.billing_account_mapping (idAbiquo, idMappingType, billingAttributeName, billingAttributeValue) (SELECT idEnterprise, 1, 'ENTERPRISE', e.name FROM kinton.enterprise e);"

Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved