Closed beyarkay closed 7 months ago
Same problem here.
It appears that the VM has ran out of storage...
Everything should have been sorted out by now, I've increased the storage size from 40 -> 80 I'll investigate what's causing this sudden increase in storage size shortly... because this is really weird.
I've found the root cause, it was because of a misconfiguration for pgsql log statement. The default config on this server was to log all;
https://postgresqlco.nf/doc/en/param/log_statement/
Recommendations For exhaustive performance analysis on test systems, set to 'all'. Most production setups will just want to use 'ddl' to make sure to record database-altering actions, but very secure setups may want to use 'mod' or even 'all'. Can produce a lot of log volume.
I've purged the logs and re-configure pgsql, everything should be fine now 🙂
Thanks!
Description
Hi! I'm getting 500s when I try to paste something:
I get the same error trying to paste on https://dpaste.org/ by just clicking the "paste snippet" button.
Let me know if I can help out! I'm using this for my project eskom-calendar so am happy to assist.