Missing emails in database

Issue #929 resolved
Eric Vanderveer created an issue

I am not sure exactly what is going on but I can only see a small amount of emails in the GUI and also the database. I am pretty sure I have more email in the store but not sure how to get in back in. With further reading on here and within the documentation I have ran the indexer --all command and should have done reindex -a. Not sure if this is recoverable or not. Any help would be appreciated.

Comments (3)

  1. Janos SUTO repo owner

    First: you should count how many records you have in the metadata table:

    select count(*) from metadata;
    

    Then count how many .m files you have in /var/piler/store/00:

    find /var/piler/store/00 -name \*.m|wc -l
    
  2. Eric Vanderveer reporter

    Thanks Janos, it was correct so I dug deeper and forgot I had rem out the indexer script files in the crontab. Ran them manually and I am now seeing everything.

  3. Log in to comment