Skip to content
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

Closed
gift-sequoiaat opened this issue Aug 16, 2023 · 6 comments · Fixed by #48
Closed

Unable to list tables from docker container #43

gift-sequoiaat opened this issue Aug 16, 2023 · 6 comments · Fixed by #48
Labels
bug Something isn't working

Comments

@gift-sequoiaat
Copy link

gift-sequoiaat commented Aug 16, 2023

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:

image

@ppvan
Copy link
Owner

ppvan commented Aug 16, 2023

i'm not sure, maybe need more infomation.
I mostly test the app with local connection, may need more time to make it work with docker or ssh tunel..

@gift-sequoiaat
Copy link
Author

i'm not sure, maybe need more infomation. I mostly test the app with local connection, may need more time to make it work with docker or ssh tunel..

sure thanks, loved the ui and design.

@ppvan
Copy link
Owner

ppvan commented Aug 16, 2023

@gift-sequoiaat I can't find why it doesn't works, the bug seem related to flatpak builder.
You can try to install new version under Release.

@gift-sequoiaat
Copy link
Author

Sure thanks @ppvan will update you on it

@ppvan
Copy link
Owner

ppvan commented Aug 16, 2023

@gift-sequoiaat I just test it and connection from docker should works fine, the bug seem to be only happen with flathub
The version in the release should be fine, i suppose.

@ppvan ppvan added the bug Something isn't working label Aug 16, 2023
@gift-sequoiaat
Copy link
Author

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.

This was referenced Aug 17, 2023
@ppvan ppvan closed this as completed in #48 Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants