From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Stuart McGraw <smcg4191(at)mtneva(dot)com>, pgsql-general(at)postgresql(dot)org |
Cc: | Christoph Berg <myon(at)debian(dot)org> |
Subject: | Re: postgresql-10.3 on unbuntu-17.10 - how?? |
Date: | 2018-03-20 23:34:33 |
Message-ID: | 9c2ca69a-f24b-d662-124d-7153bf22e4c3@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 03/20/2018 02:25 PM, Stuart McGraw wrote:
> On 03/20/2018 02:19 PM, Christoph Berg wrote:
> > Re: Adrian Klaver 2018-03-20
> <4c40e7c5-efa7-00d7-b891-acc9c1ec75b0(at)aklaver(dot)com>
> >>> However I need to upgrade to 10.3 and the normal "apt update;
> >>> apt upgrade" does not offer 10.3. Also, doing a fresh install
> >>> still installs 10.1.
> >>
> >> https://wiki.postgresql.org/wiki/Apt
> >> "2018-01-17: Ubuntu zesty (17.04) is unsupported now, Ubuntu removed
> it from
> >> their mirrors "
> >>
> >>> Is Pgdg 10.3 even available for ubuntu 17.10? How the heck does
> >>> one upgrade to it?
> >>
> >> 18.04 LTS (Bionic Beaver)?:
> >>
> >> http://apt.postgresql.org/pub/repos/apt/dists/bionic-pgdg/
> >
> > Ack. We skipped 17.10 and went straight to supporting the upcoming
> > 18.04 (you can already install it). Sorry, there's only 24h a day :(
> >
> > Christoph
>
> Thank you Christoph and Adrian.
> I changed the apt source to
> deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main
>
> Then (transcripts edited for brevity)...
> # apt-get dist-update
I am going to say that was apt-get update. More below.
> ...
> # apt-get dist-upgrade
> The following packages will be REMOVED:
> pgadmin3
> The following packages will be upgraded:
> pgadmin3-data postgresql postgresql-client postgresql-client-common
> postgresql-common postgresql-contrib postgresql-doc postgresql-doc-10
> postgresql-server-dev-10
> 9 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
>
> after completing the update and rebooting:
>
> $ psql --version
> psql (PostgreSQL) 10.1
> $ psql -c 'select version()'
> PostgreSQL 10.1 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu
> 6.3.0-12ubuntu2) 6.3.0 20170406, 64-bit
I suspect the above is coming from the Ubuntu repo, not the PGDG one. As
an example from an Ubuntu machine that is using the PGDG repo:
psql --version
psql (PostgreSQL) 10.3 (Ubuntu 10.3-1.pgdg16.04+1)
postgres=# select version();
version
--------------------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 10.3 (Ubuntu 10.3-1.pgdg16.04+1) on x86_64-pc-linux-gnu,
compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609, 64-bit
(1 row)
>
> Likely I am missing something obvious due to my newness with Ubuntu,
> but isn't the above supposed to work? 10.3 is a minor upgrade, yes?
Yes it is a minor upgrade.
What does pg_lsclusters show?
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Stuart McGraw | 2018-03-21 00:42:19 | Re: postgresql-10.3 on unbuntu-17.10 - how?? |
Previous Message | Stuart McGraw | 2018-03-20 21:25:51 | Re: postgresql-10.3 on unbuntu-17.10 - how?? |