Open
Description
Following the guide at https://github.com/zulip/docker-zulip/blob/main/kubernetes/chart/zulip/README.md, you have to run postgresql as root/runAsUser: 0
which will fail on default policies. (as seen in #421 (comment))
Is it really necessary to run it as root? Does pgroonga require this? Is it possible to use vanilla postgres as a drop in replacement at the cost of full text search quality?
Edit:
Looks like tsearch-extras
#92 is needed at the very least.
Metadata
Metadata
Assignees
Labels
No labels