Skip to content

Updater 9.0

VicDeo edited this page Mar 1, 2016 · 4 revisions

Updater 9.0

CLI usage

cd /path/to/your/owncloud/updater
sudo -u wwwrun php application.php

Web UI usage

  1. Check whether update notification app is enabled.
  2. Browse to the admin page
  3. Click the 'Open Updater' button
  4. Follow the steps

FAQ

Q. I want create checkpoints on a daily basis
A. Add to your server crontab something like that
2 15 * * * sudo -u wwwrun php /path/to/owncloud/updater/application.php upgrade:checkpoint --create > /dev/null 2>&1

Clone this wiki locally