musicbrainz-docker icon indicating copy to clipboard operation
musicbrainz-docker copied to clipboard

Indexing Counts No Longer Match, Cannot Delete Index counts

Open JoshDi opened this issue 8 months ago • 0 comments

MusicBrainz Docker: v-2024-06-24-dirty Docker Compose: 2.27.0 Docker Client/Server: 27.0.3/27.0.3

This issue seems to have started at v-2024-06-24. My DB vs Index table counts no longer match:

CORE           STATUS  INDEX     DB
editor         OK      0         /0
instrument     OK      1048      /1048
series         --      24143     /24142
place          --      65206     /65199
event          --      82487     /82485
area           OK      119221    /119221
tag            --      215565    /215558
cdstub         --      277607    /277580
label          --      278385    /278365
annotation     --      702067    /697423
work           --      2134916   /2134862
artist         --      2394821   /2394670
release-group  --      3297877   /3297582
release        --      4232260   /4232123
url            --      12373315  /12372905
recording      --      32491369  /32534243

I have manually reindexed each table via this command: docker-compose exec -T indexer python -m sir reindex --entity-type series

But the index count doesnt change. I also tried just deleting the index (via admin/delete-search-indexes series), but I still get the same index count (i.e. it doesnt go to 0 as expected)

Any ideas how to resolve? Thank you!

JoshDi avatar Jul 01 '24 20:07 JoshDi