Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jkaas-0006Fu-M8 for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Jun 2020 21:55:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jkaao-0001HG-Sd for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Jun 2020 21:55:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jkaao-0001H9-CV for pgsql-pkg-debian@lists.postgresql.org; Sun, 14 Jun 2020 21:55:06 +0000 Received: from pb-smtp1.pobox.com ([64.147.108.70]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jkaaj-0002L0-Vf for pgsql-pkg-debian@postgresql.org; Sun, 14 Jun 2020 21:55:03 +0000 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 6E713617AE; Sun, 14 Jun 2020 17:54:59 -0400 (EDT) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from :message-id:content-type:mime-version:subject:date:in-reply-to :cc:to:references; s=sasl; bh=oX0GvG7HpwqpxXYq6zbfoHitBTQ=; b=to L4Ks/uRPfmTc9hyGg66tZXd2jl3iln0U72nbYhrfvEoegG/ZDYePVBbW2nGLR5+m iSQXCIsxgWmjgAjYfTMHY7YU4M5dFOB4b1YWGoaaFv/lhk0zRk2OtIJ1vdqVhMT/ ZxwlFvHWVlkIFkCJPtNT1WV3Vt9j3rOTRdA+7rgcY= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 677FB617AD; Sun, 14 Jun 2020 17:54:59 -0400 (EDT) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=justatheory.com; h=from:message-id:content-type:mime-version:subject:date:in-reply-to:cc:to:references; s=mesmtp; bh=G99n5vUWEyzcUKKVnFFPH9pKcrsuygwj4mqSpT4csT8=; b=bEV78S6G5VnAMfHj3OM6B09trzk10klaHq6Jt7kgWEZSpOx+p58ADk4X0FtRZJ1lyj5hHJE3X2q4U5DI0TG2+Ud3YqqdnDUbSmj0ZZztMxQRKh8dLg3d4pAFj9L9DbyLqFBCvyRsHgy5lOatjg3k9hpMvHadzIaTJmaaHF5Gz78= Received: from [10.0.11.106] (unknown [158.222.197.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id CFB79617AC; Sun, 14 Jun 2020 17:54:58 -0400 (EDT) (envelope-from david@justatheory.com) From: "David E. Wheeler" Message-Id: <2DB83370-B525-4DE7-B65C-7F5C9A9F03E2@justatheory.com> Content-Type: multipart/signed; boundary="Apple-Mail=_A04C40CF-1AE5-4B5B-BB80-D653BCDE750F"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Update Old Version Public Keys? Date: Sun, 14 Jun 2020 17:54:56 -0400 In-Reply-To: <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> Cc: pgsql-pkg-debian@postgresql.org To: Christoph Berg References: <522ED40C-C3D6-4BA8-B88D-45C7EB74F9C7@justatheory.com> <20200608142813.GG2654726@msg.df7cb.de> <20200614152851.GA4144@msg.df7cb.de> <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Pobox-Relay-ID: B0DBC80E-AE89-11EA-8D35-C28CBED8090B-76319746!pb-smtp1.pobox.com List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --Apple-Mail=_A04C40CF-1AE5-4B5B-BB80-D653BCDE750F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jun 14, 2020, at 16:06, David E. Wheeler = wrote: > ADD = https://salsa.debian.org/postgresql/postgresql-common/-/blob/master/pgdg/a= pt.postgresql.org.sh \ > && apt.postgresql.org.sh \ > && /apt.postgresql.org.sh -v 13 >=20 > And then would it support `apt-get install postgresql-13`? Okay, I changed it to: ``` ADD = https://salsa.debian.org/postgresql/postgresql-common/-/raw/master/pgdg/ap= t.postgresql.org.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/apt.postgresql.org.sh \ && apt-get update \ && apt-get install -y --no-install-recommends build-essential = pgxnclient ca-certificates gnupg2 \ && apt-get clean ``` And then I added code to my start script to call apt.postgresql.org.sh -p -v $PGVERSION However, when I try to install 13, I get: ``` Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: postgresql-13 : Depends: postgresql-client-13 but it is not going to be = installed postgresql-server-dev-13 : Depends: libpq-dev (>=3D 13~~) but = 11.7-0+deb10u1 is to be installed Depends: postgresql-client-13 but it is not = going to be installed E: Unable to correct problems, you have held broken packages. ``` Is there something else that needs doing? Thanks, David --Apple-Mail=_A04C40CF-1AE5-4B5B-BB80-D653BCDE750F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd+KfmbOQis6ZycGGkt9idPjIgfEFAl7mnLEACgkQkt9idPjI gfGu+w/+IAAvA09r9iJ3ZVTelukQdGGg2pfApKV5aH/Nvj3w7uTxhlnBY1AGFvFQ ILfGj0Z1R/Ewb+hZ/GVNps2+hpgfB/Iv8088DzQcAvqwqkx+R85H8TXh6w79MTAi b4ZCgyjKjz8X8ClK9IyVY1wh4Weed6Ua9RbcGu/BWQURb+Im2BgN05CYDcCtbjJz unrsCE6nyjebevg65N/gFV+wqYJfBbr4KNcD6WEJfLtPNdsCCBSgjaj9n9uM53y9 IJpiIeUSNSH0qR5onc1jBRIyBLsarjgz5lyM7WE3MXLq4NLgdHCuRp0cvIEwP7kB 94iG3zU8BXUuTtN5hLn4A2deO8LJlCGjpxPcSKkXcUJhqJPsdb2JPE7gFk1Dm52x vb6FgZoPj21STe5KFOD0+K5T6AZJHc7ZHFkFG25xSj7Kf7jkiaHrXKm44F3GWVzy CBfHeqKpAIO6zEJTKNboe1Rvv2v4L4dORlTJAnNl1tHokSGaCFf7oCM7LxFiXoE/ 2IhZUlQScZ8WaYaEP27iNN5Aas7nN9p9f6oL+OEhKXc0ddM/1bFurc//mA7bwT4r 0M4h21CXezyCfTBQuQU+9F8776qbpG8M5TG9GeV9KXGJlY+njKlJy7Xms/VJ45xD uFupJ5HZFJ+jm5HNpQkEHnkoSMVJ47PspFXwBEIhcOFSsm49SuM= =jU8v -----END PGP SIGNATURE----- --Apple-Mail=_A04C40CF-1AE5-4B5B-BB80-D653BCDE750F--