-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error 500 connection refused fastcgi #208
Comments
I have this issue too. I believe it is tied to a dependency on a PHP version (docker compose) that has other dependency conflicts. (e.g. PHP is incompatible with something else...) -- I've not root caused it. |
We really have not done any testing of this image with sqlite. Our test suite only considers Postgres and MySQL. I will say that the Are you able to check the Cachet logs within the container and post them here? You can access them via
|
i will close this issue as i gave up in the end and used postgres linked with the cachet container from what I found in the .log file, it appears the database.sqlite wasnt being created in the container and wasnt being found if created manually and re-run and also the database wasnt being created either if the file existed? |
Thanks @si458 I will open an issue to investigate supporting sqlite in the future. |
any ideas how to fix?
im using DB_TYPE=sqlite instead of postgres
The text was updated successfully, but these errors were encountered: