Occasionally getting errors 500 #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Accessing the ghost blog sometimes leads to an error 500, after refreshing the page, it works properly again.
some logs to further investigate it:
https://forum.ghost.org/t/econnreset-500-inactivity-error-selfhosted-beginner/19933 this could be a hint
they propose to set "pool" of "database" do "min": 0 .. but I'm not sure what exactly that would mean?
https://docs.ghost.org/config#number-of-connections
indicates that there is a minimum of 2 set by default and that this means "Ghost always maintains two active database connections" which would be.. good? if the problem is a loss of connection?
perhaps here? https://forum.ghost.org/t/ghost-run-error-econnreset-104/30505
probably fixed it with release of version
1.1.1+6-alpineby setting default pooling of mysql-config of ghost to0(default normally is2which probably led to seemingly "open" database connections on the side of ghost, but timed out and closed on the side of the database)