Replies: 1 comment
-
Check your log files as well - Umbraco's logging everything to disk, so can easily fill up in production environments if you're not careful. There's no automated clean up either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On a Umbraco Cloud project we have deployed to development environment, but deployment to live environment fails because of no free disk space left on starter plan.
However this is not something any are warned about in the portal and only visible via Kudo or one may notice in deployment logs when deployment fails.
Development
Live
I would be great if it shows info about disk usage something similar like this by @mattbrailsford (very nostalgic 😁):
https://our.umbraco.com/packages/backoffice-extensions/disk-space-monitor/
Currently we only see usage in storage like this, but not actually disk space used (e.g. if one had a lot (or large) static files.
If it could info of large files (of dish usage), in some folders like
wwwroot
it would be even better.Beta Was this translation helpful? Give feedback.
All reactions