loomio / loomio-deploy

Install Loomio on your own server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Connection refused" "failed to load command puma" after update

Kaor opened this issue · comments

commented

impossible to restart loomio after upgrade :

docker-compose logs -f 

loomio-app | bundler: failed to load command: puma (/usr/local/bundle/bin/puma)
No such file or directory @ rb_sysopen - tmp/pids/server.pid (Errno::ENOENT)

i create missing directories on container loomio-app :

docker exec xxx mkdir tmp/pids -p

and it's ok !

commented

mmm on loomio-worker too ?

commented

impossible to restart loomio after upgrade :

docker-compose logs -f 

loomio-app | bundler: failed to load command: puma (/usr/local/bundle/bin/puma)
No such file or directory @ rb_sysopen - tmp/pids/server.pid (Errno::ENOENT)

i create missing directories on container loomio-app :

docker exec xxx mkdir tmp/pids -p

and it's ok !

Thank you, same problem. Making tmp/pids directory solve it

Thanks for raising this issue. I've added a line to the docker_start.sh script to create this directory if it does not exist.