Skip to content

WIP: stack/erp5: Fix ipv6 url of mariadb catalog

When use-ipv6 is enabled, make mariadb publish an url of the form:

mysql://[ipv6]:port/database

instead of:

mysql://ipv6:port/database

which results in the zope instances crashing during processing due to urlparse.urlsplit failing to parse the url.

Merge request reports