Skip to content

fix: install mysql 8.4 without error#1705

Open
david-barbion wants to merge 1 commit into
puppetlabs:mainfrom
david-barbion:fix/mysql84-first-install
Open

fix: install mysql 8.4 without error#1705
david-barbion wants to merge 1 commit into
puppetlabs:mainfrom
david-barbion:fix/mysql84-first-install

Conversation

@david-barbion
Copy link
Copy Markdown

mysqld_version_string use to report an empty version if not found in Facter. That causes installation failures for MySQL.

A new method gets the version of either MariaDB or MySQL, the first wins.

Nota: backticks (`) throws an Errno::ENOENT exception if the command is not found.

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

mysqld_version_string use to report an empty version if not found in
Facter. That causes installation failures for MySQL.

A new method gets the version of either MariaDB or MySQL, the first
wins.

Nota: backticks (`) throws an Errno::ENOENT exception if the command
is not found.
@david-barbion
Copy link
Copy Markdown
Author

This is related to #1702 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant