-
Notifications
You must be signed in to change notification settings - Fork 331
Update INSTALL-repo.mdx with RHEL9 instructions #7018
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
base: develop
Are you sure you want to change the base?
Update INSTALL-repo.mdx with RHEL9 instructions #7018
Conversation
Can you please update the documentation with RHEL9 required packages?
|
Related to https://enterprisedb.atlassian.net/browse/TPA-624 Also, bear in mind that changes to TPA docs often need to be done in the upstream repo. See internal docs team wiki for more info. |
| First, you must install the various dependencies Python 3, Python | ||
| venv, git, openvpn and patch. Installing from EDB repositories | ||
| would install these automatically along with the TPA | ||
| packages. | ||
|
|
||
| Before you install TPA, you must install the required packages: | ||
|
|
||
| - **Debian/Ubuntu** <br/> `sudo apt-get install python3 python3-pip python3-venv git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL7)** <br/> `sudo yum install python3 python3-pip epel-release git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL8)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL9???????)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this information is outdated. TPA requires Python 3.12 on the TPA controller host. See the Dependencies section in this doc below.
@sonotley FYI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I also think we don't need openvpn or patch? We just need to re-check the whole list.
| - **Debian/Ubuntu** <br/> `sudo apt-get install python3 python3-pip python3-venv git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL7)** <br/> `sudo yum install python3 python3-pip epel-release git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL8)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch` | ||
| - **Redhat, Rocky or AlmaLinux (RHEL9???????)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **Redhat, Rocky or AlmaLinux (RHEL9???????)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch` | |
| - **Redhat, Rocky or AlmaLinux (RHEL9)** <br/>`sudo yum install python312 python312-pip epel-release git openvpn patch` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@haroon-github @sonotley Does the above suggestion make sense for updating the command for RHEL 9?
We can create a JIRA to check the whole list. Please let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just check the whole list before we publish anything. No-one is waiting on this. Please create a Jira if that's what we need. @haroon-github is off sick at the moment but it should be a quick job for him when he is back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I think we can use this JIRA on the TPA board: https://enterprisedb.atlassian.net/browse/TPA-624. Let's wait for @haroon-github to return and review the entire list, then update it.
Can you please update the documentation with RHEL9 required packages?
What Changed?