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?
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?
Hello @m.p currently that’s not possible. We’re adding this to the backlog.
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.