Commit 7e385cc9 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_upgrader: Upgrade all mysql bt5s along with erp5_core

   This is required to prevent indexation problem or to present miss-configuration of mariadb between the installations of the mariadb related queries.
parent 53164bc5
Pipeline #17015 running with stage
in 0 seconds
......@@ -3,7 +3,9 @@ template_tool = context.getPortalObject().portal_templates
template_tool.updateRepositoryBusinessTemplateList(
template_tool.getRepositoryList())
method_kw = {'bt5_list': ['erp5_core'],
method_kw = {'bt5_list': ['erp5_mysql_innodb_catalog',
'erp5_core', 'erp5_ingestion_mysql_innodb_catalog',
'slapos_mysql_innodb_catalog'],
'deprecated_after_script_dict': None,
'deprecated_reinstall_set': None,
'dry_run': False,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment