Re: downgrade postgis 2.4.3 to 2.4.1

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Jonas Pedersen <jp2650(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: downgrade postgis 2.4.3 to 2.4.1
Date: 2018-04-29 13:31:31
Message-ID: a0376f84-78ea-b2a5-ff0f-9f1d2dee1b2c@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/28/2018 10:36 AM, Jonas Pedersen wrote:
> Hi list
>
> I have recently upgraded my PostGIS 2.4.1 to 2.4.3, which introduced a
> problem caused by one of the dependencies (geos 3.5.0 -> 3.6.2).
>
> Now I would like to do a yum history undo to return my system to its
> previous state, but when invoking yum history undo on that particular
> transaction id, I get the following messages:
>
> Failed to downgrade: postgis24_10-2.4.1-1.rhel7.x86_64
>
> Failed to downgrade: postgis24_10-client-2.4.1-1.rhel7.x86_64
>
> Failed to downgrade: postgis24_10-devel-2.4.1-1.rhel7.x86_64
>
> Failed to downgrade: postgis24_10-utils-2.4.1-1.rhel7.x86_64
>
> Failed to downgrade: postgis24_96-2.4.1-1.rhel7.x86_64
>
> Failed to downgrade: postgis24_96-client-2.4.1-1.rhel7.x86_64
>
> I guess this is because the packages in question doesn’t exists in the
> repo anymore.

Yeah as 2.4.3 itself has been superseded by 2.4.4 :

https://yum.postgresql.org/10/redhat/rhel-7-x86_64/repoview/postgis24_10.html

>
> Is there any way to get access to these packages again?

Not sure, I would try to contact the maintainers directly:

https://yum.postgresql.org/contact.php

The other option would be to see if the geos problem is resolvable.

>
> PS I’m running Red Hat 7.4
>
> Regards,
>
> Jonas
>
>
>
> --
> Jonas Pedersen
> Øresundsvej 47A, 4th
> 2300 København S
> Denmark
> Tlf. +45 51212034
> Skype name. jp2650
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message legrand legrand 2018-04-29 16:14:51 Re: pg_stat_statements : how to catch non successfully finished statements ?
Previous Message Jeremy Finzel 2018-04-29 03:59:20 Re: Query function arg data types ONLY (no arg names)