Skip to content

Updater 9.0

VicDeo edited this page Feb 16, 2016 · 4 revisions

Updater 9.0

CLI usage

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

Web UI usage

  1. Browse to the admin page
  2. Click the 'Open Updater' button
  3. 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