version; ?>
Postgres "> Try running sudo apt-get install php7-pgsql
Database "> Make sure you aren't missing any of the Postgres dependencies in the table above. If your dependencies check out, make sure your database configuration settings in /etc/libretime/config.yml are correct and the LibreTime database was installed correctly.
RabbitMQ "> Make sure RabbitMQ is installed correctly, and that your settings in /etc/libretime/config.yml are correct. Try using sudo rabbitmqctl list_users and sudo rabbitmqctl list_vhosts to see if the airtime user (or your custom RabbitMQ user) exists, then checking that sudo rabbitmqctl list_exchanges contains entries for airtime-analyzer, airtime-pypo, and airtime-uploads.
Media Analyzer "> /etc/systemd/system/,
systemctl status libretime-analyzer

sudo systemctl restart libretime-analyzer
Pypo "> /etc/systemd/system/,
systemctl status libretime-playout

sudo systemctl restart libretime-playout
Liquidsoap "> /etc/systemd/system/,
systemctl status libretime-liquidsoap

sudo systemctl restart libretime-liquidsoap
Celery "> /etc/systemd/system/,
systemctl status libretime-worker

sudo systemctl restart libretime-worker
API "> /etc/systemd/system/,
systemctl status libretime-api

sudo systemctl restart libretime-api