Hopefully, it's not a big deal. Anyway, if your index data is fine,
then it might be safe to ignore. Otherwise I'll need to fix it.
Janos
On 2019-08-24 16:50, BKH wrote:
Ok, it worked, thank again :-)
Is this spinx.conf part of piler download (Version 1.3.5) which i used?
I changed @LOCALSTATEDIR@ to /var
Then i tried to delete older mails / deleted mails and it worked.
But i got a FAIL notice:
FATAL: failed to merge index 'delta1' into index 'dailydelta1': kbatch
target 'main1' from merge source index must also be in destination
index
But all marked mail are gone and not shown in search list.
Is this a severe fault or can it be ignored?
Am 24.08.19 um 16:31 schrieb s...@acts.hu:
Hello,
On 2019-08-24 16:11, BKH wrote:
i put
define('SPHINX_VERSION', 311);
if a similar line wasn't there already, then your sphinx.conf version
is
not ready for 3.1.1. Grab this one:
https://bitbucket.org/jsuto/piler/raw/c84bea95061820135cc1edcc8beb88ccb0d0f053/etc/sphinx.conf.in
and save it as sphinx.conf (note that @LOCALSTATEDIR@ must be fixed at
the beginning).
Set 311 for the sphinx version, then check if searchd is happy with
it:
(it will print any issues it encounters)
searchd -c /usr/local/etc/piler/sphinx.conf
if so, then kill it, and restart it with the rc script or systemctl.
Janos