Skip to content

Conversation

@sergioenterprisedb
Copy link
Contributor

Can you please update the documentation with RHEL9 required packages?

What Changed?

Can you please update the documentation with RHEL9 required packages?
@sergioenterprisedb sergioenterprisedb requested a review from a team as a code owner November 17, 2025 15:29
@gvasquezvargas
Copy link
Contributor

gvasquezvargas commented Nov 18, 2025

Related to https://enterprisedb.atlassian.net/browse/TPA-624
This can continue to be treated as low-priority, as it doesn't impact customers. But as we burn down open PRs, the person on call who can get to this can get in touch with @haroon-github or @JonathanRenon-EDB for inputs.

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.

Comment on lines +24 to +34
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`
Copy link
Contributor

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

Copy link
Contributor

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.

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.

4 participants