FATAL: no indexes found in config file

Hello,
I have installed manticore 3.5.4 from .deb file on my Ubuntu 18.04 machine and want to index an existing table article at mysql blog database`.

But when I run indexer --all --rotate

I get
using config file ‘/etc/manticoresearch/manticore.conf’…
FATAL: no indexes found in config file ‘/etc/manticoresearch/manticore.conf’

my manticore.conf is:

searchd
{
    listen = 127.0.0.1:9312
    listen = 127.0.0.1:9306:mysql
    listen = 127.0.0.1:9308:http
    log = /var/log/manticore/searchd.log
    query_log = /var/log/manticore/query.log
    pid_file = /var/run/manticore/searchd.pid
    data_dir = /var/lib/manticore
    query_log_format = sphinxql
}

Appreciate your help to fix this.

You can’t use indexer in RT mode. Read more about the modes and the difference between them Manticore Search Manual: Read this first

1 Like