-----Original Message-----
From: Dave Page [mailto:dp...@pgadmin.org] 
Sent: Monday, January 21, 2019 11:49 AM
To: Igor Neyman <iney...@perceptron.com>
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: Checking for newer versions online in pgAdmin4 3.3

Hi

On Mon, Jan 21, 2019 at 4:31 PM Igor Neyman <iney...@perceptron.com> wrote:
>
> Hello,
>
>
>
> When pgAdmin4 starts, it checks online if there is a version that is newer 
> than the currently installed/running.
>
>
>
> How can I disable this feature in release 3.3? Let’s say the machine, I’m 
> starting pgAdmin on, doesn’t have internet access.

Create (or edit if it exists) a file called config_local.py alongside config.py 
in your installation. Add the following line to that file:

UPGRADE_CHECK_ENABLED = False


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
___________________________________________________________________________________________

Dave,

Thank you so much. It worked.
Is it mentioned any were in the docs?

Regards,
Igor Neyman

Reply via email to