You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the forum, we should look at adding a new ghost doctor check to verify that enough free space is remaining on the system before trying to do an install or update.
This can likely use https://systeminformation.io/filesystem.html, specifically the fsSize function. The one bit of logic I'm not sure about yet though is how to determine, from the results of that function, which disk the Ghost installation actually falls under.
The text was updated successfully, but these errors were encountered:
acburdine
added a commit
to acburdine/Ghost-CLI
that referenced
this issue
Aug 24, 2020
Summary
From the forum, we should look at adding a new
ghost doctor
check to verify that enough free space is remaining on the system before trying to do an install or update.This can likely use https://systeminformation.io/filesystem.html, specifically the
fsSize
function. The one bit of logic I'm not sure about yet though is how to determine, from the results of that function, which disk the Ghost installation actually falls under.The text was updated successfully, but these errors were encountered: