Re: Question: PostgreSQL on Amazon linux EC2 - Mailing list pgsql-hackers

From Flavio Henrique Araque Gurgel
Subject Re: Question: PostgreSQL on Amazon linux EC2
Date
Msg-id CAGHTAeOXWnnVjHL4NpBt1NmF91MYDvrQtr_R3g6zctyBqLoVdQ@mail.gmail.com
Whole thread Raw
In response to Question: PostgreSQL on Amazon linux EC2  (Ajay Patel <mailajaypatel@gmail.com>)
Responses Re: Question: PostgreSQL on Amazon linux EC2
List pgsql-hackers

Em seg., 6 de jul. de 2020 às 21:55, Ajay Patel <mailajaypatel@gmail.com> escreveu:
Hi Postgres team,

I would like to know if PostgreSQL can be installed and used without any issues on Amazon Linux EC2 machines.

Yes you can, but not with the repositories at yum.postgresql.org. There's a dependency of a package that only exists on RHEL or CentOS and fail.
 


I was going through the documentation and couldn't find very specific details related to support.

Any input will be much helpful.

You'll be able to :
- compile PostgreSQL
- download and install rpm packages by hand
-  use a Amazon provided repo that installs more recent Postgres versions - actually not up-to-date.

After struggling with the points above I decided just to use CentOS on EC2. It works perfectly and from CentOS 7 and up it is supported by AWS on all instance types and their exquisite hardware like network interfaces for EBS performance.

Flavio Gurgel


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Multi-byte character case-folding
Next
From: Ajay Patel
Date:
Subject: Re: Question: PostgreSQL on Amazon linux EC2