BUG #13969: PostgreSQL 9.5.0-1 no longer available from apt.postgresql.org

From: gboscarino(at)computer(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13969: PostgreSQL 9.5.0-1 no longer available from apt.postgresql.org
Date: 2016-02-18 02:44:44
Message-ID: 20160218024444.2652.86351@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13969
Logged by: Gaspare Boscarino
Email address: gboscarino(at)computer(dot)org
PostgreSQL version: 9.5.0
Operating system: Linux Ubuntu 14.04
Description:

Hello,

We completed the upgrade to 9.5.0 in the production environment a few days
ago. The following is the procedure that we have used to install the
PostgreSQL software:

deb 'http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' >
/etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo
apt-key add -
apt-get update
apt-get install -y --force-yes postgresql-9.5=9.5.0-1.pgdg14.04+2

We now need to create a new 9.5.0-1 instance but it seems that 9.5.0-1 has
been removed from the APT repository:

apt-get install -y --force-yes postgresql-9.5=9.5.0-1.pgdg14.04+2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '9.5.0-1.pgdg14.04+2' for 'postgresql-9.5' was not found

Was the repository somehow compromised in the last few days? Could you
please advise on how to proceed?

Thank you.

Gaspare

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2016-02-18 02:52:53 Re: BUG #13963: pg_clusterupgrade and materialized view
Previous Message Pedro Gimeno 2016-02-18 02:36:28 Re: BUG #13960: plpython fails with certain function names