Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXLus-0000wa-7M for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 25 Jun 2018 07:28:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fXLuq-000546-O6 for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 25 Jun 2018 07:28:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXLuq-00053z-Jc for pgsql-pkg-yum@lists.postgresql.org; Mon, 25 Jun 2018 07:28:00 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXLul-0003jf-Nh for pgsql-pkg-yum@postgresql.org; Mon, 25 Jun 2018 07:27:57 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 41DgkK5pdTz3Dyv for ; Mon, 25 Jun 2018 09:27:53 +0200 (CEST) Date: Mon, 25 Jun 2018 09:27:53 +0200 From: Christoph Berg To: pgsql-pkg-yum Subject: Re: RPM Morgue Message-ID: <20180625072753.GA30863@msg.df7cb.de> Mail-Followup-To: Christoph Berg , pgsql-pkg-yum References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Craig Ringer 2018-06-25 > The apt.postgresql.org crew have a package morgue for old versions at > atalia.postgresql.org/morgue/ . It's not a full repo, but you can fish out > needed packages manually and install them. This is a *lifesaver* when > trying to examine a core file a customer system where debuginfo wasn't > installed, or trying to reproduce a subtle version-specific issue. Fwiw, the reason I set it up is because our repo software (reprepro) doesn't support keeping the past N versions of every package around. The yum repo keeps the last 3 versions in place, I believe. But of course that doesn't help if $customer didn't upgrade for $long. Christoph