da3b67819e
Sometimes MariaDB changes the format of database tables between releases. A mysql_upgrade tool is provided that will attempt to repair the tables to make them compatible with the new version of MariaDB. Upgrading from Ubuntu Focal 20.04 to Ubuntu Jammy 22.04 will trigger such an issue: TASK [bifrost-ironic-install : MySQL - Creating user for Ironic] The user specified as a definer ('mariadb.sys'@'localhost') does not exist This change runs mysql_upgrade after installing MariaDB. Story: 2010208 Task: 45935 Change-Id: Iabcb8296489b0915bdb6a2a8a0de4dfe87853482
6 lines
125 B
YAML
6 lines
125 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where the MariaDB database tables were not repaired
|
|
following an upgrade of MariaDB.
|