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

Backend is unavailable #33

Open
abelic opened this issue Jun 1, 2024 · 3 comments
Open

Backend is unavailable #33

abelic opened this issue Jun 1, 2024 · 3 comments

Comments

@abelic
Copy link

abelic commented Jun 1, 2024

After starting app with
docker pull webdb/app &&
docker rm -f $(docker ps -a -q --filter ancestor=webdb/app) webdb || echo &&
docker run --name webdb -d
--restart=always
--add-host="host.docker.internal:host-gateway"
-v $HOME/.webdb:/usr/src/app/static/version
-p 127.0.0.1:22071:22071 webdb/app

and adding server I'm getting message :
Backend is unavailable

@WebDB-App
Copy link
Owner

Hello,

Can you give me the tail of docker logs -n 20 webdb please

@aleluff
Copy link
Contributor

aleluff commented Jun 19, 2024

Can you tell me if thé user you use yo connect to the dB has the right to run show global variables

@aleluff
Copy link
Contributor

aleluff commented Jul 14, 2024

I've just increase logging, can you re-run

docker pull webdb/app &&
docker rm -f $(docker ps -a -q --filter ancestor=webdb/app) webdb || echo &&
docker run --name webdb -d
--restart=always
--add-host="host.docker.internal:host-gateway"
-v $HOME/.webdb:/usr/src/app/static/version
-p 127.0.0.1:22071:22071 webdb/app

and tell me the error you get please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants