lirantal / daloradius

daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
http://www.daloradius.com
GNU General Public License v2.0
637 stars 324 forks source link

missing table radhuntgroup #536

Open carlos-herrer opened 2 weeks ago

carlos-herrer commented 2 weeks ago

Describe the bug When run Docker Compose it's create 3 dockers (MySQL, Freeradius, DaloRadius) But never use the Databases contrib/db/fr3-mariadb-freeradius.sql

To Reproduce Steps to reproduce the behavior: Execute docker-compose up -d access daloradius web and go to the management -> HuntGroups

daloradius-radhuntgroup Screenshots

filippolauria commented 3 days ago

@carlos-herrer , the table you mentioned is contained in the file fr3-mariadb-freeradius.sql: https://github.com/lirantal/daloradius/blob/2777cb880aa738d0efcc6d4c0b1d6483cdcede6a/contrib/db/fr3-mariadb-freeradius.sql#L232-L239 Please ensure that you have correctly followed the installation steps in the installation guide: https://github.com/lirantal/daloradius/wiki/Installing-daloRADIUS or if you want to install a new instance try to use the quick installation script.

carlos-herrer commented 3 days ago

Hello @filippolauria thanks, I understand the instructions on the installation guide, but I am using de Docker instances. (in these case Docker Compose)

If using that, it never call schema on the daloradius/contrib/db/fr3-mariadb-freeradius.sql