-
I've created a subdomain for my site `pgweb.mysite.com`
I'd like to attach pgweb to that subdomain, how does one do that?
-
Once you have connected to the database, you can control your database by opening the page in any other browser.
https://www.shodan.io/search?query=pgweb
naiba updated
5 years ago
-
To repro:
- Open navicat ( http://www.navicat.com/download/navicat-for-postgresql )
- Attempt to connect to a cockroachdb instance
Expected results:
- Displays cockroach server's databases
Observed …
-
Rows tab was working in 0.10.0. Broke in 0.11.0 for tables with uppercase characters in its name. Other tabs as well as "Table Information" continue to work fine.
For example, on a table named "Seq…
-
Getting this error when run docker container.
`$ docker pull sosedoff/pgweb`
`$ docker run -p 8081:8081 sosedoff/pgweb`
> pq: Could not detect default username. Please provide one explicitly
…
-
**Note: this may not be a problem inside CockroachDB and instead a bug in pgweb. Unsure.**
However since pgweb is rather consistently good at viewing CockroachDB we should do moderate effort at ens…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
**Description**
When trying to install Kyma cli on Mac following these instructions https://github.com/kyma-project/cli#homebrew-macos it failed.
- MacOS Version: 10.14.6 (18G87)
- Homebrew V…
-
All nodes panicked at the same time in a 3 node cluster running on GKE, on persistent volumes.
One node panicked with
```
panic: panic while executing 1 statements: SELECT * FROM _._ LIMIT _; ca…
-
Just a heads up that the Windows amd64 version is missing in the 0.11.0 release. I was able to get up and running on 386 without issue as a temporary workaround. Thanks for all the hard work on such a…