Starting services after reboot

Hello.
After rebooting the server on Ubuntu 18, an error appeared in the browser “An Internal Error Has Occurred”.
and helthcheck:
sudo su -s /bin/bash -c “/var/www/passbolt/bin/cake passbolt healthcheck” www-data

 ____                  __          ____
/ __ \____  _____ ____/ /_  ____  / / /_

/ // / __ `/ / / __ / __ / / _/
/ / // ( |
) /
/ / /
/ / / /
/
/ _
,
/
//./_//__/

Open source password manager for teams

Healthcheck shell…Exception: SQLSTATE[HY000] [2002] Connection refused in [/var/www/passbolt/vendor/cakephp/cakephp/src/Database/Driver.php, line 92]

Nginx service started.
Maybe some services are not running? Please, help me start the passbolt server.

Hello,

Can you check that your mysql service is available and running? If it is running on the same machine:

sudo service mysql start

If it is running you can double check the credentials

mysql -uyouruser -pyourpass

Make sure the credentials are matching the one specified in your passbolt directory config/passbolt.php

THX! Really the mysql service did not start. Just ran out of disk space.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.