-
- need to mention that a user is needed to create a record (I believe we shouldn't mention the usage of a master key there)
- clearer description about the `Record` class
- avoid using nested statemen…
-
```
[error] undefined method `match' for nil:NilClass
Did you mean? catch
```
matti updated
7 years ago
-
I got the error `Error: dial tcp: no suitable address found` when I make Pgweb (v0.9.6) booting with `DATABASE_URL`.
After changing its hostname to IP address, it runs with no error.
Referring to …
-
I'm adding a feature to make `pgweb` require login with Cloud Foundry. I'm also adding a feature to provide a list of available databases once the user has logged in. I've forked `pgweb` and started b…
-
http://sosedoff.github.io/pgweb/ seems like a nice web GUI, but it yields the above error when starting. There may be others.
-
```bash
$ ./pgweb --lock-session --bookmark=server
Please provide connection url
$ cat .pgweb/bookmarks/server.toml
url = "postgres://postgres:postgres@localhost:5432/postgres"
```
Works wi…
-
Set my password to "agape wichita laden bavaria audacity", tried to log in, and it failed.
-
When a database is configured to only allow Client Certificate connections, pgweb will fail to connect and we see the following error `pq: connection requires a valid client certificate`. Is there a w…
-
Something like this would work:
```
pgweb --bookmark=myserver_staging
```
-
Dockerfile target pgweb 0.9.4, while last version is 0.9.5.
Please upgrade docker file and publish the image.