LoginSignup
6
3

More than 1 year has passed since last update.

Nextcloudがずっとメンテナンスモードのまま

Last updated at Posted at 2017-12-28

アップデートが公開されたようなので、さっそく更新したらメンテナンスモードのままになってしまった。

エラー

alt

自動的に更新されます。って表示されてるけど、かれこれ一時間はメンテナンスモードのままになってる。

とりあえずconfig/config.phpにある次の部分をfalseにすると、メンテナンスモードは解除された

  'maintenance' => true,

原因

cron.phpの設定忘れ。

cronが実行されなかったので、自動解除も動作しなかった模様。

6
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3