Hi
On Mon, Jan 21, 2019 at 4:31 PM Igor Neyman <ineyman(at)perceptron(dot)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