Trying to enable RADIUS counter fails in ansible upgrade #498
-
I’m following the instructions to add custom RADIUS counter, and tried to enable the MonthlySubscription counter (as in doc https://openwisp.io/docs/dev/radius/user/settings.html#radius-counter-related-settings) with the following variable settings:
But getting error “ No module named 'openwisp_radius.counters.sqlite.monthly_traffic_counter'”. See full error:
Please what I’m I doing wrong? Or do I need to update settings.py first? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are you using the development version? Or the latest stable? This feature is available only in the development version right now. |
Beta Was this translation helpful? Give feedback.
https://openwisp.io/docs/dev/ansible/user/quickstart.html#deploying-the-development-version-of-openwisp
Please backup your current state so you can rollback if you get into any serious issue.