Skip to main content

MariaDB 10.2 to 10.3 upgrade fails - The preinstall check failed. MariaDB cannot be installed.

Comments

2 comments

  • sadadkjhasd
    Nevermind on this, I removed a somewhat unrelated repo that was no longer working. I wish it told me this was the issue or at least some kind of helpful error
    0
  • cPanelLauren
    An unrelated repository caused the Mariadb upgrade to encounter seems to be odd. The errors indicate the following: Critical: In MariaDB" 10.3, the mysqldump client includes logic for the mysql.transaction_registry table. You cannot use the mysqldump client from an earlier MariaDB release on MariaDB 10.3 and later. For more information about how to upgrade to MariaDB 10.3, read the documentation. Critical: MariaDB enables "strict mode" by default as of version 10.2. Strict mode controls how MariaDB and MySQL handle invalid or missing values in data-change statements such as INSERT or UPDATE. Applications not built with strict mode enabled may cause undesired behavior; please verify applications using MariaDB are compatible before upgrading. More information about strict mode is available here.
    But it does indicate that it was proceeding with the upgrade The specific errors present on your system show up in the MariaDB startup log: Oct 19 13:37:53 host mysqld[1193]: 2019-10-19 13:37:53 140352008001728 [Warning] 'master-info-repository' is MySQL 5.6 compatible option. Not used or needed in MariaDB. Oct 19 13:37:53 host mysqld[1193]: 2019-10-19 13:37:53 140352008001728 [Warning] 'relay-log-info-repository' is MySQL 5.6 compatible option. Not used or needed in MariaDB.
    0

Please sign in to leave a comment.