Open kennethormandy opened 1 month ago
Is the handle2
entry type used by any Matrix or CKEditor fields? The query to fetch those counts is just this:
Drafts and revisions are not included in element queries by default, so those will not be included here.
Might also be worth updating to Craft 5.4.2 and then running craft gc --delete-all-trashed
.
What happened?
Description
Best I can tell, the
entry-types/merge
command also includes drafts and revisions when counting entries. For example, I’m seeing:The
handle
section is 100 newly created entries, with no drafts or revisions, so that is all appearing as expected.However,
handle2
only has 34 entries. After clearing the revisions, the number is way lower, but I’m still not sure why it’s so high.Steps to reproduce
craft entry-types/merge handle handle2
and see the resultscraft utils/prune-revisions --max-revisions=0
craft entry-types/merge handle handle2
again, and see the results are differentCraft CMS version
5.4.1
PHP version
8.2
Operating system and version
No response
Database type and version
PostgreSQL
Image driver and version
No response
Installed plugins and versions
No response