Changes between Version 6 and Version 7 of owncloud-admin


Ignore:
Timestamp:
Sep 6, 2016, 1:07:26 PM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • owncloud-admin

    v6 v7  
    3030== Upgrading ==
    3131
    32 When upgrading between minor versions (8.1.1 to 8.1.2) run `apt-get dist-upgrade`.
     32The current version is from the owncloud Debian repositories (see /etc/apt/sources.list.d/owncloud.list, which points to http://download.owncloud.org/download/repositories/stable/Debian_8.0/). The server is pined to ownCloud 8 to prevent an upgrade to 9 (see /etc/apt/preferences.d/owncloud.pref).
     33
     34However, version 8, while still supported by ownCloud, is no longer in the Debian repository. So, to do a minor upgrade, we will have to switch from the debian ownCloud package to ownCloud source package.
    3335
    3436To ensure all database udpates have been run, su to the www-data user and then:
     
    4446 * Enter maintenance mode (edit to /etc/owncloud/config.php
    4547 * Download all apps in /var/lib/owncloud/apps-local, replacing the existing apps with the new ones.
    46  * Run `apt-get dist-upgrade`
     48 * Upgrade the ownCloud core code.
    4749 * `su - www-data && cd /var/www/owncloud && php occ upgrade`
    4850 * Fix /etc/owncloud/config.php to include our custom class.