JBAS-776 marc-stream control script config update
authorBill Erickson <berickxx@gmail.com>
Wed, 24 Jun 2015 18:44:11 +0000 (14:44 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Explicitly run the stream importer in combined exact-match and no-match
import modes.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/eg-marc-stream-control.sh

index 3df1bd5..d9e4feb 100755 (executable)
@@ -18,6 +18,7 @@ function marc_stream_start {
     cd /openils/bin
     sudo -u opensrf OSRF_LOG_CLIENT=1 ./marc_stream_importer.pl \
         --merge-profile $BIB_MERGE_PROFILE --user $STAFF_USER \
+        --bib-auto-overlay-exact --bib-import-no-match \
         --password $STAFF_PASSWORD --bib-queue $BIB_QUEUE >> /dev/null 2>&1 &
 }