The koha-restore utility does not properly set the HOME directory for the system users it creates, resulting in problems with rebuild-zebra not cleaning up after itself. The koha-restore utility should set the HOME directory for the system users to match where it is putting the data (/var/lib/koha/$name)
*** Bug 7217 has been marked as a duplicate of this bug. ***
Created attachment 6297 [details] [review] [BZ7216] koha-restore does not correctly set home Prior to this patch, the koha-restore Debian script did not set the home directory properly for the system users it created, causing problems down the line for koha-rebuild-zebra. This patch fixes that by specifying the home directory.
Created attachment 6298 [details] [review] Bug 7216 - koha-restore does not correctly set home Prior to this patch, the koha-restore Debian script did not set the home directory properly for the system users it created, causing problems down the line for koha-rebuild-zebra. This patch fixes that by specifying the home directory. http://bugs.koha-community.org/show_bug.cgi?id=7216 Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Just adds --home param to script call. Package only, signed off by packaging manager, so passing QA
Patch pushed please test (I haven't signed-of myself, because I can't test this patch)