Re: pgAdmin 4 v1.6 Released!

2017-07-26 Thread Pawel Hadam
Hi Dave, Thank you. Unfortunately I cannot find those entries: pawelhadam@ogrodowa ~ $ find /cygdrive/c -type f -name "con*py" | xargs grep "APP_REVISION" 2> /dev/null pawelhadam@ogrodowa ~ $ find /cygdrive/c -type f -name "conf*py" | xargs grep "APP_VERSION_INT" 2> /dev/null But I have fou

Re: Postgres Replication Switchback to master in Postgres-9.6

2017-07-26 Thread Venkata B Nagothi
On Wed, 26 Jul 2017 at 7:56 pm, B A, Ramaswamy < ramaswamy...@credit-suisse.com> wrote: > Hi Team > > > > I have setup the Postgres Hot Standby with streaming replication with > help of *pg_basebackup* > > I need a help on switback to old master as master server. > > Switchover on Failover >

Re: Running development version of pgAdmin 4 corrupts the configuration

2017-07-26 Thread Murtuza Zabuawala
Hi, First of all, using pgAdmin4 directly from git repository is not a suggested way to use it. With pgAdmin4 version 1.6, we have changed the way we bundle and serve the javascript and other static files. Refer steps in this email thread

Postgres Replication Switchback to master in Postgres-9.6

2017-07-26 Thread B A, Ramaswamy
Hi Team I have setup the Postgres Hot Standby with streaming replication with help of pg_basebackup I need a help on switback to old master as master server. Switchover on Failover On Failover I am able to make Standby to become primary and continue with command "pg_ctl promot" Found it is