mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #591] prunepings missing in 1.24.1? #432
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#432
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @poblabs on GitHub (Dec 13, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/591
Hi there, I've recently upgraded my docker container to 1.24.1, and noticed that in manage.py prunepings is missing. The docs still contain it as a way to perform database cleanup.
Has that changed? Thanks!
@poblabs commented on GitHub (Dec 13, 2021):
Just found this comment, which explains why it's missing. https://github.com/healthchecks/healthchecks/issues/556#issuecomment-948528834
I have a new question based on that; do I still need to vacuum the database or is that also automated within healthchecks?
@cuu508 commented on GitHub (Jan 3, 2022):
I forgot to update the selfhosted docs when I was removing the prunepings management command – thanks for pointing that out, fixed now!
Healthchecks does not run db vacuum automatically.