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

Added change in the installer script for rhel9 installation #2327

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

ShivanshGahlot
Copy link
Collaborator

@ShivanshGahlot ShivanshGahlot commented Feb 17, 2025

Describe the changes in this pull request

Added change in the installer script for rhel9 installation

Why was it required?
The mysql-devel package is not availble on rhel9. So we are installing mysql-community-devel in case of rhel9. Therefore, the mysql-devel package is only limited to rhel8 now.

Describe if there are any user-facing changes

No

How was this pull request tested?

Jenkins

Does your PR have changes that can cause upgrade issues?

Component Breaking changes?
MetaDB No
Name registry json No
Data File Descriptor Json No
Export Snapshot Status Json No
Import Data State No
Export Status Json No
Data .sql files of tables No
Export and import data queue No
Schema Dump No
AssessmentDB No
Sizing DB No
Migration Assessment Report Json No
Callhome Json No
YugabyteD Tables No
TargetDB Metadata Tables No

Copy link
Collaborator

@sanyamsinghal sanyamsinghal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add in PR description and final commit msg - "why this change was required".

Comment on lines +913 to 916
if [ "$version" -eq 8 ]; then
$YUM_INSTALL mysql-devel 1>&2
return
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ShivanshGahlot Does it makes sense to tie version here for mysql client packages in yum command.
like - $YUM_INSTALL mysql-devel@version 1>&2

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, we haven't ever faced a problem wrt the version of mysql-devel have we? I don't think its really needed I guess?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, i confused the version here(centos version) with mysql version

@ShivanshGahlot ShivanshGahlot merged commit 147d232 into main Feb 18, 2025
77 of 80 checks passed
@ShivanshGahlot ShivanshGahlot deleted the shivansh/rhel9-installer-script branch February 18, 2025 09:02
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.

3 participants