On 12/9/20 6:06 PM, matthew@alberti.us wrote:
Thanks Mark. Also, just to confirm, should the database connection string also be updated? In both the core and web configuration, I have something like:
DATABASE_URL=mysql+pymysql://mailman:password@database/mailmandb
Note the trailing UTF-8 encoding stuff isn't there. Should we be specifying utf8mb4 there as well?
In the mailman.cfg database section, you probably want
url: mysql+pymysql://myuser:mypassword@mymysqlhost/mailman?charset=utf8mb4&use_unicode=1
I don't know why you would have a DATABASE_URL setting in the web configuration. Exactly where is this? I don't think it would be meaningful in any Django settings.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan