WebDB-App / app

Efficient Database IDE
https://webdb.app
GNU Affero General Public License v3.0
185 stars 7 forks source link

Backend is unavailable #33

Open abelic opened 5 months ago

abelic commented 5 months ago

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 commented 5 months ago

Hello,

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

aleluff commented 5 months ago

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

aleluff commented 4 months ago

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