Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mysql to el9 version #1855

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Update mysql to el9 version #1855

merged 1 commit into from
Jan 10, 2023

Conversation

pavannd1
Copy link
Contributor

@pavannd1 pavannd1 commented Jan 10, 2023

Change Overview

We updated mysql-sidecar to ubi9 base image but not the MySQL version. This PR fixes that by updating the MySQL version
Before:

[root@ccc4b4dbe66c /]# mysqldump --version
mysqldump: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

After:

[root@81ce7d45cff1 /]# mysqldump --version
mysqldump  Ver 8.0.31 for Linux on x86_64 (MySQL Community Server - GPL)

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@github-actions
Copy link
Contributor

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Jan 10, 2023
@pavannd1 pavannd1 added the kueue label Jan 10, 2023
Kanister automation moved this from In Progress to Reviewer approved Jan 10, 2023
@mergify mergify bot merged commit dd1ffab into master Jan 10, 2023
Kanister automation moved this from Reviewer approved to Done Jan 10, 2023
@mergify mergify bot deleted the fix-mysql-sidecar-libssl branch January 10, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants