-
This seems to happen to me every couple of years... I fill the hard drive and it crashes Nextcloud and I have a hard time restarting Nextcloud. I have read through the previous threads I've started on this topic.
I removed lots of file allowing for plenty of hard drive space. I dealt with the unbound issue and restarted that service.
In terms of replacing config/config.php with a version from a backup, the most recent version I had was from 2023, oops. I got an error from that file about it being an old version. So then I just tried inserting'installed' => true,
into the current version. The error messages I'm getting now after clicking on "Start app" are
OCP\HintException: [0]: Configuration was not read or initialized correctly, not overwriting /app/code/config/config.php ()
and
Jan 09 17:30:43=> Healtheck error: Error: connect EHOSTUNREACH 172.18.17.145:80
I'd really appreciate help in getting my Nextcloud running again. Thank you.
-
This seems to happen to me every couple of years... I fill the hard drive and it crashes Nextcloud and I have a hard time restarting Nextcloud. I have read through the previous threads I've started on this topic.
I removed lots of file allowing for plenty of hard drive space. I dealt with the unbound issue and restarted that service.
In terms of replacing config/config.php with a version from a backup, the most recent version I had was from 2023, oops. I got an error from that file about it being an old version. So then I just tried inserting'installed' => true,
into the current version. The error messages I'm getting now after clicking on "Start app" are
OCP\HintException: [0]: Configuration was not read or initialized correctly, not overwriting /app/code/config/config.php ()
and
Jan 09 17:30:43=> Healtheck error: Error: connect EHOSTUNREACH 172.18.17.145:80
I'd really appreciate help in getting my Nextcloud running again. Thank you.
@Shai said in Problem restarting Nextcloud after Disk Full Event:
In terms of replacing config/config.php with a version from a backup, the most recent version I had was from 2023
I don't understand, you're using Cloudron but don't have regular automatic backups?!?
-
G girish moved this topic from Support on
-
@girish followed your instruction but I'm getting the following in the logs after a restart of the Nextcloud App says "Not responding":
An unhandled exception has been thrown: Jan 11 22:12:08OCP\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 30.0.4.1 to 29.0.3.4) ()code_text
Ideas?
-
Thanks @girish. Won't restart after the recommended edit of config.php. Here is the error:
=> Healtheck error: Error: connect ECONNREFUSED 172.18.17.145:80 OCP\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 30.0.4 to 29.0.3.4) ()
-
Thanks @girish. Won't restart after the recommended edit of config.php. Here is the error:
=> Healtheck error: Error: connect ECONNREFUSED 172.18.17.145:80 OCP\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 30.0.4 to 29.0.3.4) ()
-
Off-topic perhaps but after you have recovered your Nextcloud deployment …
This seems to happen to me every couple of years
Worth considering some kind of free space monitoring?
Various server monitor apps/agents, but simplest is a bash script run as a cron using ntfy to send alerts.
I get a daily notification of disk free space, and an “intra-day” alert if anything spikes over a set level.I’m not judging, been there too, but poking yourself in the eye repeatedly doesn’t seem a good idea. Incidents happen, I know, the trick is to learn from them. ‘Root cause’ ‘corrective action’ blah blah blah
-
Off-topic perhaps but after you have recovered your Nextcloud deployment …
This seems to happen to me every couple of years
Worth considering some kind of free space monitoring?
Various server monitor apps/agents, but simplest is a bash script run as a cron using ntfy to send alerts.
I get a daily notification of disk free space, and an “intra-day” alert if anything spikes over a set level.I’m not judging, been there too, but poking yourself in the eye repeatedly doesn’t seem a good idea. Incidents happen, I know, the trick is to learn from them. ‘Root cause’ ‘corrective action’ blah blah blah
@timconsidine said in Problem restarting Nextcloud after Disk Full Event:
Worth considering some kind of free space monitoring?
Various server monitor apps/agentsis there a good tutorial somewhere? I also ran once into that case and would love automated monitoring.
The new notification support of cloudron 8.2 does not cover that case?