Dave, is there a way to trim the database? For example, discard all historical data older than 30 days?
Thanks!
Paul
[SOLVED] Trim database
-
- Posts: 92
- Joined: Thu Sep 04, 2008 9:48 pm
[SOLVED] Trim database
Last edited by paullanders on Wed Aug 30, 2017 3:35 pm, edited 1 time in total.
Re: Trim database
Hi Paul,
Sorry for the delay (notifications going into spam hole I think).
In short yes there is. Your setup should be running the cleanup script daily (or however it's configured) but often missed from installation: http://www.purplepixie.org/freenats/wik ... PHP_Source
When that's running it should delete the records older than the configured values set here: http://www.purplepixie.org/freenats/wik ... ain.syslog
Hopefully that all works. Ahem, obviously rigorously tested etc... Any issues just shout.
Kind regards,
Dave.
Sorry for the delay (notifications going into spam hole I think).
In short yes there is. Your setup should be running the cleanup script daily (or however it's configured) but often missed from installation: http://www.purplepixie.org/freenats/wik ... PHP_Source
When that's running it should delete the records older than the configured values set here: http://www.purplepixie.org/freenats/wik ... ain.syslog
Hopefully that all works. Ahem, obviously rigorously tested etc... Any issues just shout.
Kind regards,
Dave.
-
- Posts: 92
- Joined: Thu Sep 04, 2008 9:48 pm
Re: Trim database
Worked great. Thanks, Dave
Re: [SOLVED] Trim database
Excellent!