kratos icon indicating copy to clipboard operation
kratos copied to clipboard

fix: additional cleanup of old data

Open abador opened this issue 1 year ago • 1 comments

During our work with kratos we notices that some data wasn't being cleaned up by the script. It seems that the query for session cleanup didn't remove deactivated sessions and the selfservice_errors table wasn't cleaned up at all.

Related issue(s)

Checklist

  • [x] I have read the contributing guidelines.
  • [x] I have referenced an issue containing the design document if my change introduces a new feature.
  • [x] I am following the contributing code guidelines.
  • [x] I have read the security policy.
  • [x] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security vulnerability, I confirm that I got the approval (please contact [email protected]) from the maintainers to push the changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have added or changed the documentation.

Further Comments

abador avatar Feb 14 '24 09:02 abador