[PB-32493] As an admin I want to be able to purge the logs periodically

Hello, i have a deployment of passbolt that the action logs did grow an insane ammount (10 gb lol)

i had to manually truncate the table in the database,
is there a way can we configure it to delete old action logs automatically?

1 Like

Hello @m.p currently that’s not possible. We’re adding this to the backlog.

1 Like

thank you for the reply, it seems truncate is taking a huge ammount of time, is it safe to just drop the table?

It should be as long as you create the table again identical to the original. Perform either truncate or drop when there is no activity by users.