Blame view
sources/apps/updater/README.md
586 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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. [](https://travis-ci.org/owncloud/updater) |