Untuk beberapa saat proses upgradenya lancar, sampai muncul keterangan
“This ownCloud instance is currently in maintenance mode, which may take a while.
This page will refresh itself when the ownCloud instance is available again.
Contact your system administrator if this message persists or appeared unexpectedly.
Thank you for your patience.”
pesan maintenance standart ownCloud, tetapi setelah beberapa menit yang muncul hanya tampilan tersebut.
Selanjutnya login ke server, cek pake CLI
sudo -u apache php occ upgrade #outputnya ownCloud or one of the apps require upgrade - only a limited number of commands are available Turned on maintenance mode Checked database schema update Checked database schema update for apps Updated database Disabled 3rd-party app: 168708 PHP Fatal error: Class 'OC_FileProxy' not found in /home/www/kelaut/apps/files_sharing/appinfo/app.php on line 28
Solusi
Disable app yang bermasalah dengan cara
sudo -u apache php occ app:disable files_sharing
lalu upgrade ownCloud
sudo -u apache php occ upgrade # output ownCloud or one of the apps require upgrade - only a limited number of commands are available Checked database schema update Checked database schema update for apps Updated database Disabled 3rd-party app: 168708 Update successful Maintenance mode is kept active
nonaktifkan maintenance mode.
sudo -u apache php occ maintenance:mode --off