Changes between Version 33 and Version 34 of nextcloud-admin
- Timestamp:
- Jan 19, 2020, 2:45:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud-admin
v33 v34 38 38 * Visit https://nextcloud.com/changelog/ and download the appropriate version to /root using wget and unpack 39 39 * Create symlinks that mirror the symlinks in /var/www/nextcloud 40 * If upgrading a major version, backup /var/lib/nextcloud/apps-local and download new versions of all apps in /var/lib/nextcloud/apps-local, replacing the existing apps with the new ones.40 * If upgrading a major version, make a backup of the local apps directory /var/lib/nextcloud/local-apps and then download new versions of all apps to a temporary location (e.g. /root/nextclout/apps). 41 41 * Copy /etc/nextcloud/config.php to /etc/nextcloud/config.php.bak 42 42 * Enter maintenance mode (edit to /etc/nextcloud/config.php) … … 53 53 mv /root/nextcloud /var/www/ 54 54 }}} 55 * If major upgrade, delete the contents of `/var/lib/nextcloud/local-apps` and move in the new versions. 55 56 * Ensure all database udpates have been run, su to the www-data user and then: 56 57 {{{