Skip to content

Comments

force delete old events#2375

Open
ArtificialOwl wants to merge 1 commit intomasterfrom
fix/noid/force-delete-old-events
Open

force delete old events#2375
ArtificialOwl wants to merge 1 commit intomasterfrom
fix/noid/force-delete-old-events

Conversation

@ArtificialOwl
Copy link
Member

modification of the logic to clean the events table, will generate this kind of request:

DELETE
FROM
    `oc_circles_event`
WHERE
    ((`status` = 9) AND(`creation` < 1771240913)) 
  OR
     (`creation` < 1769426513)

this delete:

  • successful event old that 1 week,
  • every events older than 4 weeks

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
@ArtificialOwl ArtificialOwl force-pushed the fix/noid/force-delete-old-events branch from 5bb4ffd to 77fd436 Compare February 23, 2026 11:36
@ArtificialOwl
Copy link
Member Author

/backport to stable33

@ArtificialOwl
Copy link
Member Author

/backport to stable32

@ArtificialOwl
Copy link
Member Author

/backport to stable31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant