Rotating sphinx index file

Issue #264 duplicate
Former user created an issue

Hi ..

I am going to change the index main1 to main2. i did the following steps to change the index.

In config.php file.

    +   $config['SPHINX_MAIN_INDEX'] = 'dailydelta1,main2,main1';

In cron entry.

   /usr/bin/indexer --quiet delta1 --rotate && sleep 2 && /usr/bin/indexer --quiet --merge main2 delta1 --merge-dst-range deleted 0 0 --rotate

And sphinx.conf file having the entries for main2. just as for main1.

The issue is after ran the indexer ... mail shown in auditor account. But it is not showing the header detail for the mail. Kindly guide me how to Rotating sphinx index file.

Comments (1)

  1. Log in to comment