Re: pgadmin4: not possible to create server

2018-02-07 Thread robert
On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker run -p 80:80 -e "PGADMIN_DEFAULT_EMAIL=admin" -e "PGADMIN_DEFAULT_PASSWORD=admin"

Re: pgadmin4: not possible to create server

2018-02-07 Thread robert
thanks unfortunately id did not help On 06.02.2018 18:29, Murtuza Zabuawala wrote: Add following in your pg_hba.conf, host all all             0.0.0.0/ 0md5 restart your Postgres database server and try to connect again from pgAdmin4. from pgadmin3 I can conn

Re: pgadmin4: not possible to create server

2018-02-06 Thread Adrian Klaver
On 02/06/2018 03:11 PM, robert wrote: On 06.02.2018 23:33, Adrian Klaver wrote: On 02/06/2018 02:19 PM, robert wrote: So you pgAdmin4 running in a container on your local machine and Postgres running in the native OS(the OS is?) on your local machine. Is the Docker container set up to 's

Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
On 06.02.2018 23:33, Adrian Klaver wrote: On 02/06/2018 02:19 PM, robert wrote: So you pgAdmin4 running in a container on your local machine and Postgres running in the native OS(the OS is?) on your local machine. Is the Docker container set up to 'see' the local machine? what do you me

solution: Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
Adrian So you pgAdmin4 running in a container on your local machine and Postgres running in the native OS(the OS is?) on your local machine. Is the Docker container set up to 'see' the local machine? what do you mean by see? For fuller explanation see: https://stackoverflow.com/questions/

Re: pgadmin4: not possible to create server

2018-02-06 Thread Adrian Klaver
On 02/06/2018 02:19 PM, robert wrote: So you pgAdmin4 running in a container on your local machine and Postgres running in the native OS(the OS is?) on your local machine. Is the Docker container set up to 'see' the local machine? what do you mean by see? Meant to ask earlier, why you a

Re: pgadmin4: not possible to create server

2018-02-06 Thread Adrian Klaver
On 02/06/2018 02:19 PM, robert wrote: On 06.02.2018 23:12, Adrian Klaver wrote: On 02/06/2018 02:08 PM, robert wrote: On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did

Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
On 06.02.2018 23:12, Adrian Klaver wrote: On 02/06/2018 02:08 PM, robert wrote: On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker

Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
On 06.02.2018 23:12, Adrian Klaver wrote: On 02/06/2018 02:08 PM, robert wrote: On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker

Re: pgadmin4: not possible to create server

2018-02-06 Thread Adrian Klaver
On 02/06/2018 02:08 PM, robert wrote: On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker run -p 80:80 -e "PGADMIN_DEFAULT_EMAIL=admin

Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
On 06.02.2018 18:28, Adrian Klaver wrote: On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker run -p 80:80 -e "PGADMIN_DEFAULT_EMAIL=admin" -e "PGADMIN_DEFAULT_PASSWORD=admin"

Re: pgadmin4: not possible to create server

2018-02-06 Thread robert
thanks unfortunately id did not help On 06.02.2018 18:29, Murtuza Zabuawala wrote: Add following in your pg_hba.conf, host all all             0.0.0.0/ 0md5 restart your Postgres database server and try to connect again from pgAdmin4. from pgadmin3 I can conn

Re: pgadmin4: not possible to create server

2018-02-06 Thread Murtuza Zabuawala
Add following in your pg_hba.conf, hostall all 0.0.0.0/ 0 md5 restart your Postgres database server and try to connect again from pgAdmin4. On Tue, Feb 6, 2018 at 10:54 PM, robert rottermann wrote: > Hi there, > > I have installed pgadmin4 local

Re: pgadmin4: not possible to create server

2018-02-06 Thread Adrian Klaver
On 02/06/2018 09:24 AM, robert rottermann wrote: Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker run -p 80:80 -e "PGADMIN_DEFAULT_EMAIL=admin" -e "PGADMIN_DEFAULT_PASSWORD=admin" -d dpage/pgadmin4 I then could access it an

pgadmin4: not possible to create server

2018-02-06 Thread robert rottermann
Hi there, I have installed pgadmin4 locally using its docker image. this i did running the following command: docker run -p 80:80 -e "PGADMIN_DEFAULT_EMAIL=admin" -e "PGADMIN_DEFAULT_PASSWORD=admin" -d dpage/pgadmin4 I then could access it and log into it. However all my attempts end in: U