Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

In Abiquo 5.2, the billing dashboard feature has moved to the core Abiquo platform.

If  If you are using the billing dashboard scripts from previous versions, disable them before you continue with the Abiquo upgrade.

  1. Remove the cron jobs to run the billing scripts

    Code Block
    # rm /etc/cron.d/abiquo-billing-ec2
    # rm /etc/cron.d/abiquo-billing-arm


Remove past bills

Delete last bills from the previous version (billing_consolidation and billing_register tables).

...