30 Jul
2021
30 Jul
'21
6:38 a.m.
On 30/07/2021 11:28, Roland.Baldin@telekom.de wrote:
My question is: Can I delete the records for which acctstoptime IS NOT NULL form the radacct table
Sure. Usual practise would be to archive (or delete) records where acctstoptime IS NOT NULL and where it is over a day old, or so.
and can I delete records from radpostauth table without any problems to the current productive system?
Yes, it's just a log. -- Matthew