| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | SMITH Matt <Matt(dot)SMITH(at)uk(dot)thalesgroup(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Help with PostgreSQL Upgrade |
| Date: | 2023-09-14 15:24:58 |
| Message-ID: | 93ba9f39-196b-4f1e-3b57-43e4f9a0173d@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 9/14/23 03:50, SMITH Matt wrote:
> Classified as: {OPEN}
>
>
> Hi,
>
> We currently have a database hosted in pg 13.1 (with PostGIS 3.1.1) and
> we are keen to move to pg 15.3 (with PostGIS 3.3.3) all running on
> Windows 10.
>
> I installed pg15 without issue. The pgAdmin 4 utility (bundled with
> postgres 15) connects okay.
>
> Our apps and services seem happy with the new pg15 database.
>
> However, using the pg_upgrade.exe utility to migrate our db has resulted
> in some sort of issue whereby pgAdmin (the version bundled with 15) will
> no longer access our server.
>
> 2023-09-12 15:04:12,182: ERROR pgadmin: Exception when checking
> for update
This seems to an internal pgAdmin4 issue with what looks to be it's
internal update check trying to call home. Is there a firewall that
prevents that on your network?
You might have more luck with getting a complete answer on the
pgAdmin-support list:
https://www.postgresql.org/list/pgadmin-support/
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | SMITH Matt | 2023-09-14 15:37:55 | RE: Help with PostgreSQL Upgrade |
| Previous Message | Adrian Klaver | 2023-09-14 14:59:42 | Re: Access plan selection logic PG9.2 -> PG14 |