@@ -, +, @@ - 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 mentioned in the list of "current queues" - See https://wiki.koha-community.org/wiki/Testing_man_pages for how to check the "man" page. There should be a new paragraph about "Current queues" under "--queue" --- debian/docs/koha-worker.xml | 1 + debian/scripts/koha-worker | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/debian/docs/koha-worker.xml +++ a/debian/docs/koha-worker.xml @@ -63,6 +63,7 @@ Allows specifying the queue worker (defaults to 'default'). + Current queues are: default, long_tasks, elastic_index. --- a/debian/scripts/koha-worker +++ a/debian/scripts/koha-worker @@ -48,7 +48,7 @@ $scriptname -h|--help --stop Stop the worker daemon for the specified instances --restart Restart the worker daemon for the specified instances --queue Specify the queue/worker to restart - 'default' is used if not specified - current queues are: default, long_tasks + current queues are: default, long_tasks, elastic_index --status Show the status of the worker for the specified instances --quiet|-q Make the script quiet about non existent instance names (useful for calling from another scripts). --