Thread: pgadmin4 versions on Ubuntu 22.04
i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop.
it's regularly notifying me that 6.15 is available. i installed using the
apt repository method in the docs, and no upgrade is available there
(or at least, that's what apt reports when i ask for one.)
wondering when the repo might get updated, or whether i should
be concerned about it at all.
thanks,
richard
On 11/10/22 07:48, Richard Welty wrote: > i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop. > it's regularly notifying me that 6.15 is available. i installed using the > apt repository method in the docs, and no upgrade is available there > (or at least, that's what apt reports when i ask for one.) What repo? Have you run apt update on the repo? What is the command you are using to do the upgrade? > > wondering when the repo might get updated, or whether i should > be concerned about it at all. > > thanks, > richard > > -- Adrian Klaver adrian.klaver@aklaver.com
may have just found the issue:
# deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal pgadmin4 main #
disabled on upgrade to jammy
will retry shortly.
richard
---- On Thu, 10 Nov 2022 10:58:12 -0500 Adrian Klaver <adrian.klaver@aklaver.com> wrote ---
On 11/10/22 07:48, Richard Welty wrote:
> i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop.
> it's regularly notifying me that 6.15 is available. i installed using the
> apt repository method in the docs, and no upgrade is available there
> (or at least, that's what apt reports when i ask for one.)
What repo?
Have you run apt update on the repo?
What is the command you are using to do the upgrade?
>
> wondering when the repo might get updated, or whether i should
> be concerned about it at all.
>
> thanks,
> richard
>
>
--
Adrian Klaver
adrian.klaver@aklaver.com
and that was it. uncommented the line in
/etc/apt/sources.list.d/pgadmin4.list
updated and asked for an upgrade and it worked.
only reason i found it was i went looking to verify which repo
i was using and saw the comment.
richard
---- On Thu, 10 Nov 2022 11:15:02 -0500 Richard Welty <rwelty@salesium.com> wrote ---
may have just found the issue:# deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal pgadmin4 main #disabled on upgrade to jammywill retry shortly.richardOn 11/10/22 07:48, Richard Welty wrote:
> i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop.
> it's regularly notifying me that 6.15 is available. i installed using the
> apt repository method in the docs, and no upgrade is available there
> (or at least, that's what apt reports when i ask for one.)
What repo?
Have you run apt update on the repo?
What is the command you are using to do the upgrade?
>
> wondering when the repo might get updated, or whether i should
> be concerned about it at all.
>
> thanks,
> richard
>
>
--
Adrian Klaver
adrian.klaver@aklaver.com
On 11/10/22 08:19, Richard Welty wrote: > and that was it. uncommented the line in > > /etc/apt/sources.list.d/pgadmin4.list > > updated and asked for an upgrade and it worked. > only reason i found it was i went looking to verify which repo > i was using and saw the comment. Did you change https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal to https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy ? > > richard > > > > ---- On Thu, 10 Nov 2022 11:15:02 -0500 *Richard Welty > <rwelty@salesium.com>* wrote --- > > may have just found the issue: > > # deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal > <https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal> pgadmin4 > main # > disabled on upgrade to jammy > > will retry shortly. > > richard > > > > ---- On Thu, 10 Nov 2022 10:58:12 -0500 *Adrian Klaver > <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>>* > wrote --- > > > > > On 11/10/22 07:48, Richard Welty wrote: > > i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop. > > it's regularly notifying me that 6.15 is available. i > installed using the > > apt repository method in the docs, and no upgrade is > available there > > (or at least, that's what apt reports when i ask for one.) > > What repo? > > Have you run apt update on the repo? > > What is the command you are using to do the upgrade? > > > > > wondering when the repo might get updated, or whether i should > > be concerned about it at all. > > > > thanks, > > richard > > > > > > -- > Adrian Klaver > adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com> > > > -- Adrian Klaver adrian.klaver@aklaver.com
didn't notice that. pgadmin4 was working anyway but i changed it to jammy and
updated anyway.
richard
---- On Thu, 10 Nov 2022 11:31:07 -0500 Adrian Klaver <adrian.klaver@aklaver.com> wrote ---
On 11/10/22 08:19, Richard Welty wrote:
> and that was it. uncommented the line in
>
> /etc/apt/sources.list.d/pgadmin4.list
>
> updated and asked for an upgrade and it worked.
> only reason i found it was i went looking to verify which repo
> i was using and saw the comment.
Did you change
https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal
to
https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy
?
>
> richard
>
>
>
> ---- On Thu, 10 Nov 2022 11:15:02 -0500 *Richard Welty
> <rwelty@salesium.com>* wrote ---
>
> may have just found the issue:
>
> # deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal
> <https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal> pgadmin4
> main #
> disabled on upgrade to jammy
>
> will retry shortly.
>
> richard
>
>
>
> ---- On Thu, 10 Nov 2022 10:58:12 -0500 *Adrian Klaver
> <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>>*
> wrote ---
>
>
>
>
> On 11/10/22 07:48, Richard Welty wrote:
> > i'm currently running pgadmin4 6.12 on a Ubuntu 22.04 desktop.
> > it's regularly notifying me that 6.15 is available. i
> installed using the
> > apt repository method in the docs, and no upgrade is
> available there
> > (or at least, that's what apt reports when i ask for one.)
>
> What repo?
>
> Have you run apt update on the repo?
>
> What is the command you are using to do the upgrade?
>
> >
> > wondering when the repo might get updated, or whether i should
> > be concerned about it at all.
> >
> > thanks,
> > richard
> >
> >
>
> --
> Adrian Klaver
> adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>
>
>
>
--
Adrian Klaver
adrian.klaver@aklaver.com