Pruning dangling entries #15765
Unanswered
lexisother
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a site with entries in various sections, and I delete the site by removing it from the project config and running
project-config/apply
, the entries will stay in the database andgc/run
will not delete them. I know this is a rather unconventional way to delete a site (typically you also delete all related content through the UI) but I am debugging a multi-site setup andgit checkout -- config
is the easiest way to reset the site to the pre-modified state.Is there any way to clean these dangling entries up from the database?
Beta Was this translation helpful? Give feedback.
All reactions