Changes

From Amahi Wiki
Jump to: navigation, search
m
* Review and document all ownCloud sharing techniques used in the current ownCloud instance.
* Do backups of the ownCloud database and stored files.
* Download Go to the Amahi Dashboard, Apps => Installed, and uninstall the new tarball (tarcurrent ownCloud instance.bz2) file for This will remove the new ownCloud release in to a known directory locationbinaries and ownCloud database. * Extract Go to the tarball Amahi Dashboard, Apps => Available, and copy in to install the new ownCloud application directoryrelease.  
<blockquote>{{Code|tar -xjf path/to/downloaded/owncloud-x.x.x.tar.bz2
cp -r owncloud /var/hda/web-apps/owncloud/html}}
</blockquote>
To update an ownCloud installation manually, follow those steps:
# * Do a backup.# Unpack * Download the new tarball (tar.bz2) file for the new ownCloud release in to a known directory location. * Extract the tarball and copy in to the ownCloud application directory. <blockquote>{{Code|tar -xjf path/to/downloaded/owncloud directory, i-x.x.x.etar. copy all new files into bz2cp -r owncloud /var/hda/web-apps/owncloud/html}} </blockquote> * Using the ownCloud installation"cd" command go to "/var/hda/web-apps/owncloud/html/".# Make sure that * Change the file ownership and permissions are correctof the contents of this directory.# <blockquote>{{Code|​chown -vR apache:users *chmod -vR 755 *}} </blockquote>  * With the next page request the update procedures will run.
'''Upgrade'''