On Mon, Jan 23, 2023 at 11:48 PM Mark Sapiro <mark@msapiro.net> wrote:
On Mon, Jan 23, 2023, 23:09 Mark Sapiro <mark@msapiro.net> wrote:
It's actually trying to create fulltext_index, so clearly it's not looking at the fulltext_index that you are. If you are following https://docs.mailman3.org/en/latest/install/virtualenv.html you
On 1/23/23 12:17, Odhiambo Washington wrote: probably
need to specify the path in /etc/mailman3/settings.py as in, e.g.
HAYSTACK_CONNECTIONS['default']['PATH'] = '/opt/mailman/mm/var/fulltext_index'
Doesn't this follow the same rules of getting the settings.py from gitlab?
I don't understand. Can you be more specific?
Note that when following https://docs.mailman3.org/en/latest/install/virtualenv.html you create /etc/mailman3/settings.py and it contains
from mailman_web.settings.base import * from mailman_web.settings.mailman import *
to establish a base set of settings that can be augmented or overridden in /etc/mailman3/settings.py. mailman_web.settings.mailman in turn contains
HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', 'PATH': "fulltext_index",
which is a relative path for fulltext_index and may need to be set to an absolute path.
Mi Mark,
I have read this page - https://docs.mailman3.org/en/latest/install/virtualenv.html and further - https://docs.mailman3.org/en/latest/install/virtualenv.html#initial-config that page.
- without clicking any external links. I still don't see the HAYSTACK_CONNECTIONS in the settings.py included on
I am missing something obvious, no?
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)