debian: always rebuild complete whoosh index (#30509)

This commit is contained in:
Frédéric Péters 2019-02-10 20:45:39 +01:00
parent 41fe2cf990
commit 9006ca9cab
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
/sbin/runuser -u combo /usr/bin/combo-manage -- tenant_command cron --all-tenants
/sbin/runuser -u combo /usr/bin/combo-manage -- tenant_command clearsessions --all-tenants
/sbin/runuser -u combo /usr/bin/combo-manage -- tenant_command update_index --remove --all-tenants -v0
# update_index cannot be used due to some bug in haystack/whoosh (#30509)
/sbin/runuser -u combo /usr/bin/combo-manage -- tenant_command rebuild_index --noinput --remove --all-tenants -v0