Re: Amazon Linux Support?

From: Lewis Shobbrook <l(dot)shobbrook(at)base2services(dot)com>
To: Jeremy Schneider <schneider(at)ardentperf(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Amazon Linux Support?
Date: 2019-05-09 05:30:11
Message-ID: CAHWfuF8Mnk5-WAQ=Rwgf+B_+ArhzRoHPL4nPkvbe6RHMncZ5aQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Jeremy,

I tried using the --nodeps but hit problems when trying to use the
repo, such gpg signatures etc.
It's more the fact that you can't add repo's for packages that are
pretty well compatible, where I figured the effort would be reasonably
small.
Thanks for the sed tip, I'll see how I fare with that and work with a
vendored chef recipe for now.

Cheers,

Lewis Shobbrook

Lewis Shobbrook
Team Lead - DevOps

base2Services | The Cloud Services People
T 1300 713 559 E l(dot)shobbrook(at)base2services(dot)com
Lvl 21, 303 Collins St, Melbourne VIC 3000
base2services.com.au

On Wed, 8 May 2019 at 15:09, Jeremy Schneider <schneider(at)ardentperf(dot)com> wrote:
>
>
> > On Apr 30, 2019, at 07:16, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
> >
> >> On 4/30/19 2:02 AM, Lewis Shobbrook wrote:
> >> Hi Guys,
> >> With the repo changes associated with the April 17 changes,
> >> https://pgstef.github.io/2019/04/17/one_rpm_to_rule_them_all.html
> >> It is evident that support for amazon linux has been dropped.
> >> While you can try to use redhat pgdp packages, they are not
> >> installable on Amazon Linux, giving the following error...
> >> /etc/redhat-release is needed by pgdg-redhat-repo-42.0-4.noarch
> >> I confident that the rest rpms available in the repo can be used by
> >> Amazon linux, but the redhat-release dependency is painful for
> >> automation with existing recipes such as postgresql in chef.
> >> Before I invest the effort to produce a pull request to address this,
> >> I wanted to confirm that amazon linux has been dropped and will no
> >> longer, nor likely ever be supported for the rpms repo's, or is it
> >> still on the road map?
> >
> > You will need a community account to see the issue:
> >
> > https://redmine.postgresql.org/issues/4205
> >
> > The relevant part:
> >
> > Updated by Devrim Gündüz 4 days ago
> >
> > "
> > Hi,
> >
> > We dropped Amazon Linux support years ago, there were lots of compatibility issues. The new repo RPMs just reflect that.
> >
> > Please switch to a supported distro, or rebuild RPMs from SRPMS.
> >
> > Regards, Devrim
> >
>
> I've been using the rhel6 repo with AL without issue for a long time now. it looks like they added a new dependency that breaks this, but I recently tested this workaround and it seems to work:
> `rpm -Uvh --nodeps https://download.postgresql.org/pub/repos/yum/testing/11/redhat/rhel-6-x86_64/pgdg-redhat11-11-2.noarch.rpm`
>
> the other thing is that I do is a `s/$releasever/6/g` on `/etc/yum.repos.d/pgdg-*.repo` -- i have this all baked into some ansible scripts and my scripts are working fine just now when i spun up a new ec2/postgres test server
>
> -Jeremy
>
> Sent from my TI-83
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2019-05-09 06:17:37 Re: integrate Postgres Users Authentication with our own LDAP Server
Previous Message M Tarkeshwar Rao 2019-05-09 04:51:02 integrate Postgres Users Authentication with our own LDAP Server