public inbox for [email protected]
help / color / mirror / Atom feedLogical comparison on startup pgadmin4
2+ messages / 2 participants
[nested] [flat]
* Logical comparison on startup pgadmin4
@ 2016-07-18 10:29 Colin Beckingham <[email protected]>
2016-07-18 10:33 ` Re: Logical comparison on startup pgadmin4 Dave Page <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Colin Beckingham @ 2016-07-18 10:29 UTC (permalink / raw)
To: pgadmin-hackers
Each time I run pgadmin4 I run a git pull to get latest. Then launch
from web browser at 5050, no problem.
However a message pops up to say that I am running this version but the
current is something else. For example:
"You are currently running version 1.0-beta2.1 of pgAdmin 4, however the
current version is 1.0-beta2. Please click here
<https://www.pgadmin.org/download/; for more information."
It looks like a check is happening to remind me to upgrade, but in this
case the upgrade has already happened. It looks like maybe a comparison
operator is not quite right for version/subversion or am I reading
incorrectly?
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Logical comparison on startup pgadmin4
2016-07-18 10:29 Logical comparison on startup pgadmin4 Colin Beckingham <[email protected]>
@ 2016-07-18 10:33 ` Dave Page <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2016-07-18 10:33 UTC (permalink / raw)
To: Colin Beckingham <[email protected]>; +Cc: pgadmin-hackers
On Mon, Jul 18, 2016 at 11:29 AM, Colin Beckingham <[email protected]> wrote:
> Each time I run pgadmin4 I run a git pull to get latest. Then launch from
> web browser at 5050, no problem.
>
> However a message pops up to say that I am running this version but the
> current is something else. For example:
>
> "You are currently running version 1.0-beta2.1 of pgAdmin 4, however the
> current version is 1.0-beta2. Please click here for more information."
>
> It looks like a check is happening to remind me to upgrade, but in this case
> the upgrade has already happened. It looks like maybe a comparison operator
> is not quite right for version/subversion or am I reading incorrectly?
The code just looks for a mis-match, as the version suffix is an
arbitrary string. That's the downside of using GIT code which may have
a different version than the update service knows about.
You can disable the version check in your config file to avoid the issue.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-07-18 10:33 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 10:29 Logical comparison on startup pgadmin4 Colin Beckingham <[email protected]>
2016-07-18 10:33 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox