Name Last Update
..
ajax Loading commit data...
appinfo Loading commit data...
css Loading commit data...
js Loading commit data...
l10n Loading commit data...
lib Loading commit data...
templates Loading commit data...
COPYING-AGPL Loading commit data...
README.md Loading commit data...
admin.php Loading commit data...
update.php Loading commit data...

README.md

updater

How does it work?

  • creates backup directory under the ownCloud data directory.
  • extracts update package content into the backup/packageVersion
  • makes the copy of the current instance (except data dir) to backup/currentVersion-randomstring
  • moves all folders except data, config and themes from the current instance to backup/tmp
  • moves all folders from backup/packageVersion to the current version
  • copy old config.php to the config directory.

Build Status