Re: Question: PostgreSQL on Amazon linux EC2

From: Flavio Henrique Araque Gurgel <fhagur(at)gmail(dot)com>
To: Ajay Patel <mailajaypatel(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Question: PostgreSQL on Amazon linux EC2
Date: 2020-07-06 20:45:13
Message-ID: CAGHTAeOXWnnVjHL4NpBt1NmF91MYDvrQtr_R3g6zctyBqLoVdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em seg., 6 de jul. de 2020 às 21:55, Ajay Patel <mailajaypatel(at)gmail(dot)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.

>
> https://www.postgresql.org/docs/11/supported-platforms.html
>
> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajay Patel 2020-07-06 21:30:10 Re: Question: PostgreSQL on Amazon linux EC2
Previous Message Tom Lane 2020-07-06 20:33:51 Re: Multi-byte character case-folding