Skip to content

Pruning dangling entries #15765

Closed Answered by brandonkelly
lexisother asked this question in Q&A
Discussion options

You must be logged in to vote

Sites only get soft-deleted initially, and won’t be fully deleted until gc is run after the softDeleteDuration has passed (30 days by default).

To hard-delete the data immediately, you can run craft gc --delete-all-trashed; or answer yes to the “Delete all trashed items?” prompt when running gc interactively.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants