]> git.koha-community.org Git - koha.git/commit
Bug 37787: Undocument koha-worker --queue elastic_index
authorMagnus Enger <magnus@libriotech.no>
Fri, 30 Aug 2024 08:00:25 +0000 (10:00 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 23 Oct 2024 17:14:55 +0000 (19:14 +0200)
commitdba23e4da1996340eb833ec41f865585c3104e7c
tree15c40df90f3bef45aab6a999bdd361fab6ee5121
parent8a6434f7643063498af9627edd876787fba4b06c
Bug 37787: Undocument koha-worker --queue elastic_index

To test:
- Copy the koha-worker script to the standard location:
  $ sudo cp debian/scripts/koha-worker /usr/sbin/koha-worker
- Check "sudo koha-worker --help" and verify elastic_index is
  not mentioned in the list of "current queues"
- See https://wiki.koha-community.org/wiki/Testing_man_pages for
  how to check the "man" page. elastic_index should not be
  mentioned in the list of "Current queues".
- Both places aboce should have a note about elastic_index not
  being active when koha-es-indexer is running.

Signed-off-by: Sukhmandeep Benipal <sukhmandeep.benipal@inLibro.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
debian/docs/koha-worker.xml
debian/scripts/koha-worker