-
sosedoff/pgweb:latest seems to be 5 months old and looking at the size, corresponds to version 0.8 instead of latest 0.9.2
https://hub.docker.com/r/sosedoff/pgweb/tags/
-
i am running `make test` on master and it is failing because the expected tables returned by `statements.PG_OBJECTS` does not _exactly_ match the tables that the running postgres has. `statements.PG_O…
-
im getting the following error on `make test`. looks like https://github.com/sosedoff/pgweb/pull/139 is also failing due to the same error.
```
github.com/sosedoff/pgweb master ✔ …
-
I am using pgWeb in dev environment with my DB in docker-compose, the problem is pgweb docker starts too fast meaning before postgres is up and accepting connection and typically terminates with `Erro…
-
I have cloned sources, build it on target machine ( raspberri pi 2+ )
It was compiled, but when i'm trying to run it, it's literally doing nothing.
`ps aux | grep pgweb` also showing nothing.
I tri…
-
Hi, I'm trying to use `pgweb`, which uses `pq` as postgresql connection backend. I'm doing this in a multicontainer kubernetes setup. The problem is that kubernetes doesn't allow you to specify startu…
-
> in order to let my aptible app connect to my aptible database, i had to set ssl mode on:
> `aptible config:set PGSSLMODE=require --app $APP_HANDLE`
> without that, postgres would not allow the app t…
-
It would be great to get pgweb 0.9.2 from dockerhub, if you have time.
-
The run command to boot up the web ui is failing.
As per wiki instructions: https://github.com/sosedoff/pgweb/wiki/Docker
I am not that familiar with docker, but it may be to do with the fact i am us…
-
`docker run` prints out that it starts at 0.0.0.0:8081,but in wiki I see localhost:8080 and nothing of it works
It works when I change port to 8081 `docker run -p 8081:8081 ...`