Good Afternoon all,
I'm just setting up a multiple database scenario for htdig 3.1.5.
Each site get's its own database. In addition I want to merge all the
databases into one collection database.
So far ererything works. Now I encountered the following problem:
If pages are removed from a site, the documents get removed from the
corresponding slave database, but the htmerge leaves them in the collection
database.
I don't want to rebuild the collection from scratch each time I merge an
updated slave in (if I do so, everything works fine).
So should the merging also remove URLs and if yes, any idea what could be
wrong in my config?
These are the steps I do:
htdig -a -c slave
htmerge -a -s -c slave
--> stats tells me document is removed
htmerge -a -s -m slave -c collect
--> stats tells me document is not removed
cd /collect
cp db.docdb.work db.docdb
cp db.docs.index.work db.docs.index
cp db.words.db.work db.words.db
Any hints are appreciated
Tnx
Stefan
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>