Mike's Meanderings

ownCloud Down!!!

The other day I was updating my Raspberry Pi and some updates got pushed to the Pi running ownCloud. It broke.

Apparently ownCloud itself was updated, but the update pushed the application into Maintenance Mode. Here's how I fixed it.

I opened /var/www/owncloud/config/config.php and changed:

'maintenance' => true,

to:

'maintenance' => false,

Then I went back to the ownCloud login page. From there it was easy — ownCloud asked if I wanted to install the update, I said yes, and I was back up and running.

That's one of the cool things about these projects: new issues keep coming up. It's always an opportunity to practice troubleshooting skills.

💬 Webmentions

No webmentions yet. Be the first to respond!