Table of Contents |
---|
...
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 last bills
Delete the last bills from the previous version of the billing dashboards (from the billing_consolidation and billing_register tables).
...
As part of the upgrade process :
...
To configure the cron job to regularly obtain billing data. This is the default value:
Code Block |
---|
abiquo.billing.task.cron = 0 30 0 ? * * * |
To configure the number of months to obtain billing data for. The default is to get data for 2 months, but it might be interesting to go back for 6 months at least:
Code Block |
---|
abiquo.enterprise.property.billing.monthoffset=6 |
On the Remote Services server, edit the abiquo.properties file and optionally set the default country code with this property.
Code Block |
---|
abiquo.billing.azure.country_code=US |
...
do these steps.
Include Page | ||||
---|---|---|---|---|
|
Check and change enterprise properties
...