Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Production troubleshooting

Alex Saunier edited this page Sep 27, 2018 · 4 revisions

Here is what you need to do when...

No new result on search ?

Reboot worker VM

ssh compose0.exoscale.infra.camptocamp.org
source /opt/c2corg-docker/server-list.env
cd /opt/c2corg-docker/composition/production/workers/
grep image: docker-compose.yml # to check the images versions
docker-compose down
docker-compose up -d
docker-compose ps

Forum is down ?

Reboot redis VM