Skip to content

owncloud/updater

Folders and files

NameName
Last commit message
Last commit date
Apr 28, 2021
May 18, 2021
Mar 11, 2024
Jun 5, 2017
Dec 22, 2023
Jun 6, 2023
Jun 6, 2023
Nov 4, 2016
Mar 26, 2024
Oct 25, 2022
Jun 15, 2021
Feb 5, 2016
Jun 20, 2024
Feb 12, 2016
Aug 21, 2012
May 25, 2022
Nov 4, 2016
May 11, 2021
Nov 4, 2016
Dec 21, 2015
Jun 6, 2023
Jul 24, 2024
May 18, 2021
Dec 22, 2023
May 25, 2022
Mar 11, 2024

Repository files navigation

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

Dev

git clone [email protected]:owncloud/updater.git
cd updater
make

Build Status