Ticket #367 (closed Bug report: fixed)

Opened 1 year ago

Last modified 1 year ago

Wifidog won't auto-vacuum/db-cleanup when node is configured to display a custom portal URL

Reported by: max-horvath Assigned to:
Priority: low Milestone: WifiDog Auth Server 1.0
Component: Auth server, Code Refactoring Keywords:
Cc:

Description (Last modified by benoitg)

If you configure Wifidog to do it's cleanup routines without a cron job, but when displaying portal pages on a remote server, this operation fails, because a portal page never gets displayed. After quite some time as a result, Wifidog gets really slow.

Attachments

Change History

09/18/07 15:35:22 changed by benoitg

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.
  • summary changed from Wifidog won't auto-vacuum/db-cleanup when being in splash-only mode to Wifidog won't auto-vacuum/db-cleanup when node is configured to display a custom portal URL.

Fixed in [1295] fro db-cleanup. Note that the the database cleanup in garbage_collect() is NOT a vacuum (nothing in the authserver does autovacuum, except schema updates). Vacuums must be done by cron, or by postgres itself.


Add/Change #367 (Wifidog won't auto-vacuum/db-cleanup when node is configured to display a custom portal URL)




Action