projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797c27b
)
JBAS-776 marc-stream control script config update
author
Bill Erickson
<berickxx@gmail.com>
Wed, 24 Jun 2015 18:44:11 +0000
(14:44 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/KCLS/admin-scripts/eg-marc-stream-control.sh
b/KCLS/admin-scripts/eg-marc-stream-control.sh
index
3df1bd5
..
d9e4feb
100755
(executable)
--- a/
KCLS/admin-scripts/eg-marc-stream-control.sh
+++ b/
KCLS/admin-scripts/eg-marc-stream-control.sh
@@
-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 &
}