-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to list tables from docker container #43
Comments
i'm not sure, maybe need more infomation. |
sure thanks, loved the ui and design. |
@gift-sequoiaat I can't find why it doesn't works, the bug seem related to flatpak builder. |
Sure thanks @ppvan will update you on it |
@gift-sequoiaat I just test it and connection from docker should works fine, the bug seem to be only happen with flathub |
Hello, @ppvan. Sorry for the delayed response. I am unable to build it using gnome builder, possibly because I have stopped the Postgresql service on my local machine. I will spawn a VM and validate it. |
I can list my schemas, but I can't list my tables or run any queries while using posgres using docker. Is there something I'm missing?
This is my system info :
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os
Docker Image Info: postgres:latest
version: '3.9'
services:
postgres:
image: postgres:latest
container_name: postgres-container
ports:
- '5432:5432'
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
volumes:
- pgdata:/var/lib/postgresql/data
- ./init-scripts:/docker-entrypoint-initdb.d
volumes:
pgdata:
The text was updated successfully, but these errors were encountered: