Browse Source

Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G

To test...

- apply patch
- build and install a new Koha .deb from patched codebase
- create a new Koha instance
- add some authority records to instance
- do a full zebra reindex
- do an authorities search, and get some results

note: this patch does not fix existing Koha instances, just new ones
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
MM-OPAC/theme_dep
Mason James 10 years ago
committed by Tomas Cohen Arazi
parent
commit
a657589b1f
  1. 4
      debian/templates/zebra-authorities-dom-site.cfg.in
  2. 4
      debian/templates/zebra-authorities-site.cfg.in
  3. 4
      etc/zebradb/zebra-authorities-dom.cfg
  4. 4
      etc/zebradb/zebra-authorities.cfg

4
debian/templates/zebra-authorities-dom-site.cfg.in

@ -35,8 +35,8 @@ storeData:1
lockDir: /var/lock/koha/__KOHASITE__/authorities
perm.anonymous:ar
perm.kohauser:rw
register: /var/lib/koha/__KOHASITE__/authorities/register:4G
shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G
register: /var/lib/koha/__KOHASITE__/authorities/register:20G
shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:20G
# Temp File area for result sets
setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp

4
debian/templates/zebra-authorities-site.cfg.in

@ -46,8 +46,8 @@ lockDir: /var/lock/koha/__KOHASITE__/authorities
perm.anonymous:ar
perm.kohauser:rw
passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
register: /var/lib/koha/__KOHASITE__/authorities/register:4G
shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G
register: /var/lib/koha/__KOHASITE__/authorities/register:20G
shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:20G
# Temp File area for result sets
setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp

4
etc/zebradb/zebra-authorities-dom.cfg

@ -35,8 +35,8 @@ storeData:1
lockDir: __ZEBRA_LOCK_DIR__/authorities
perm.anonymous:ar
perm.__ZEBRA_USER__:rw
register: __ZEBRA_DATA_DIR__/authorities/register:4G
shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G
register: __ZEBRA_DATA_DIR__/authorities/register:20G
shadow: __ZEBRA_DATA_DIR__/authorities/shadow:20G
# Temp File area for result sets
setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp

4
etc/zebradb/zebra-authorities.cfg

@ -46,8 +46,8 @@ lockDir: __ZEBRA_LOCK_DIR__/authorities
perm.anonymous:ar
perm.__ZEBRA_USER__:rw
passwd: __ZEBRA_CONF_DIR__/etc/passwd
register: __ZEBRA_DATA_DIR__/authorities/register:4G
shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G
register: __ZEBRA_DATA_DIR__/authorities/register:20G
shadow: __ZEBRA_DATA_DIR__/authorities/shadow:20G
# Temp File area for result sets
setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp

Loading…
Cancel
Save