Quarry/Quarry maintenance and administration
Appearance
Phabricator project: #quarry
< Quarry

This page contains historical information. It may be outdated or unreliable.
2025Most of the content on this page is out of date and useless. The modern docs for Quarry deployment can be found in the README file on github.
This page contains historical information. It may be outdated or unreliable.
2025
Learn more about how Quarry is administered and maintained.
Overview
This page contains links to pages related to the maintenance and administration of the Quarry service.
Main points
Quarry is run as a service on a web and a few worker nodes. These nodes can be viewed from [[1]]
Web
Code is found in /srv/quarry, it is managed by git and can be updated with git pull and a service restart as follows:
systemctl restart uwsgi-quarry-web.service
Worker
Code is found in /srv/quarry, it is managed by git and can be updated with git pull and a service restart as follows:
systemctl restart celery-quarry-worker.service
Quarry source code
- Quarry source code - View the Quarry source code on GitHub.