upgrading owncloud to 5.0.0

Warning

This post is certainly obsolete...

  • download

    mkdir tmp; cd tmp
    wget http://download.owncloud.org/community/owncloud-5.0.0.tar.bz2
  • remove old (except data and config)

    rm COPYING-* AUTHORS README *php db_structure.xml themes search lib l10n ocs core settings files apps 3rdparty backup
    tar -xzjf owncloud-5.0.0.tar.bz2
    rsync --inplace -rtv tmp/owncloud/ owncloud/
  • clean-up

    rm -fr tmp