skip to Main Content

I tried to install postgresql 16 in Oracle Linux 7.9 environment but its failed, due to no package available. but postgresql 15, 12 able to install in oracle linux 7.9 somehow. i have been searching over the website but i cant see any post regarding the compatible problem. Please guide.

To install postgresql 16 in oracle linux 7.9

2

Answers


  1. Any Linux is compatible with PostgreSQL v16 if the software installed satisfies the requirements for PostgreSQL v16.

    PostgreSQL doesn’t provide binary packages of new versions for old, outdated operating systems. You will have to build PostgreSQL from source.

    Login or Signup to reply.
  2. If you install PostgreSQL v16.1 on a hypervisor (VMware), then according to VMware documentation. VMware Postgres is currently supported only on Red Hat Enterprise Linux (RHEL) version 8, and RHEL version 9. This applies to the core database software and client components such as ODBC and JDBC. You can go through the following VMware documentation to study in detail:
    https://docs.vmware.com/en/VMware-Postgres/16.1/vmware-postgres/supported-platforms.html

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search