Re: KeyError: 'browser.forgot_password'

2019-01-21 Thread Khushboo Vashi
Hi, In config_local.py file, *SERVER_MODE='True'* should be *SERVER_MODE = True *without single quotes as this configuration expects boolean value not the string value. Thanks, Khushboo On Tue, Jan 22, 2019 at 12:58 AM François Valenduc < francoisvalen...@gmail.com> wrote: > Running pgAdmin4 w

RE: pgAdmin v4.1 - positive feedback

2019-01-21 Thread l...@laurent-hasson.com
Let me join the chorus... To some degree, my complaints seem minor today compared to 1y ago, so it’s much improved. My organization made the move to Postgres 11, so I had no choice but to get re-acquainted with PGAdmin4 since III doesn't work at all anymore. So here are some suggestions. I know

RE: error restoring backup in version 4.4.1

2019-01-21 Thread Gareth Vaughan
Hi Command used in 3.6: C:\Program Files (x86)\pgAdmin 4\v3\runtime\pg_restore.exe --host "localhost" --port "5432" --username "myUserName" --no-password --role " myRoleName " --dbname "myDB" --verbose "C:\\temp\\DB_ARC~1\\SSEB48~1.BAC Command used in 4.1: C:\Program Files (x86)\pgAdmin 4\v4\

Re: pgAdmin auto-starting

2019-01-21 Thread Ray O'Donnell
On 21/01/2019 09:29, Dave Page wrote: If the desktop-mode server is auto-starting, then it will automatically open a browser window. Normally though, the server doesn't run automatically (don't confuse my comments with what may happen when running in server *mode* - you always have a pgAdmin ser

RE: Checking for newer versions online in pgAdmin4 3.3

2019-01-21 Thread Igor Neyman
On Mon, Jan 21, 2019 at 5:02 PM Igor Neyman wrote: > > > Thank you so much. It worked. > Is it mentioned any were in the docs? Only indirectly. The docs on Desktop mode and Server mode both describe the config files and how you can override settings etc. and that config.py can be used as a refe

Re: Checking for newer versions online in pgAdmin4 3.3

2019-01-21 Thread Dave Page
On Mon, Jan 21, 2019 at 5:02 PM Igor Neyman wrote: > > -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Monday, January 21, 2019 11:49 AM > To: Igor Neyman > Cc: pgadmin-support@lists.postgresql.org > Subject: Re: Checking for newer versions online in pgAdmin4 3.3 >

RE: Checking for newer versions online in pgAdmin4 3.3

2019-01-21 Thread Igor Neyman
-Original Message- From: Dave Page [mailto:dp...@pgadmin.org] Sent: Monday, January 21, 2019 11:49 AM To: Igor Neyman 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 wrote: > > Hello

Re: Checking for newer versions online in pgAdmin4 3.3

2019-01-21 Thread Dave Page
Hi On Mon, Jan 21, 2019 at 4:31 PM Igor Neyman 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, do

Re: pgAdmin v4.1 - positive feedback

2019-01-21 Thread Mark Murawski
Hi All, As a hard core pgadmin3 user I was also really bummed when I first started trying to use pgadmin4. I also also pretty happy with the progress so far, but there's still some oddities and missing features that keeps me on pgadmin3... so much that I actually started my own local branch

Checking for newer versions online in pgAdmin4 3.3

2019-01-21 Thread Igor Neyman
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. Regards, Igor Neyman

Re: KeyError: 'browser.forgot_password'

2019-01-21 Thread Dave Page
On Sun, Jan 20, 2019 at 8:35 PM François Valenduc wrote: > > One more thing, the error message contains this: > > [Sun Jan 20 21:18:11.324947 2019] [wsgi:error] [pid 10108] [remote > 127.0.0.1:56030] {{ _(' href="%(url)s" class="text-white">Forgotten your password?', > url=url_for('browser.f

Re: error restoring backup in version 4.4.1

2019-01-21 Thread Dave Page
Hi On Sun, Jan 20, 2019 at 8:57 PM Gareth Vaughan wrote: > > Hi pgAdmin support > > > > Thanks for the new version. I've tried updating but I've encountered a small > error. > > > > I'm currently running postgres 10.4. I generate backups with something like: > > pg_dump.exe -Fc -U myRoleName -

Re: pgAdmin auto-starting

2019-01-21 Thread Dave Page
Hi Ray, On Fri, Jan 18, 2019 at 9:03 AM Ray O'Donnell wrote: > > Hi all, > > Not a problem as such, more a surprise - every time I start my laptop > and log in, a pgAdmin window starts up too. Is this expected behaviour? No. > I'm using pgAdmin 4 version 3.5, running on Debian Stretch with KDE

Re: pgAdmin v4.1 - positive feedback

2019-01-21 Thread Dave Page
On Sun, Jan 20, 2019 at 6:32 PM Richard Brockie wrote: > > Hi, > > I've subscribed to this list specifically to give this positive feedback! > > Like many others, I shared the initial disappointment with the early pgAdmin > 4 releases. Things improved greatly when pgAdmin 4 started using the defa

Re: KeyError: 'browser.forgot_password'

2019-01-21 Thread Khushboo Vashi
On Mon, Jan 21, 2019 at 2:04 AM François Valenduc < francoisvalen...@gmail.com> wrote: > One more thing, the error message contains this: > > [Sun Jan 20 21:18:11.324947 2019] [wsgi:error] [pid 10108] [remote > 127.0.0.1:56030] {{ _(' href="%(url)s" class="text-white">Forgotten your password?'