owncloud-archive / documentation

:blue_book: The ownCloud documentation and manual
https://doc.owncloud.com/
Other
186 stars 168 forks source link

Appliance documentation "How to update ownCloud" #3431

Closed voroyam closed 6 years ago

voroyam commented 6 years ago

How to update the ownCloud app 10.0.1 to 10.0.3

  1. Go to the System and Domain Settings

  2. Enter the Administrator Password

  3. Go to your Software Updates

  4. Click on ownCloud

  5. Update

  6. Read the Installations-Hints

  7. Confirm

  8. Wait until the process is finished

Now you should have the latest version of the ownCloud App


Special case: Upgrade from 9.1 app to the owncloud app

There are 2 ways of doing the upgrade. Command line or Web Interface.

Command line Upgrade 9.1.4 -> 10.0.3

For upgrade via the web interface see below.

This is a documentation on how to upgrade the ownCloud App from 9.1.4 to 10.0.3 in UCS

First you will need to login to your UCS (Univention Corporate Server) instance, either via ssh or directly on your server.

You will need the credentials of the administrator account you have created during the UCS setup.

This are the Commands you will need:

univention-app remove owncloud82

univention-app install owncloud

to remove the old App and install the new one.

Your data and users will remain.

Optional commands

# When your Time is out of sync
# When you get errors on the update command

timedatectl set-ntp true 

# When you change the scripts

univention-app update

Web UI Upgrade 9.1.4 -> 10.0.3

This are the steps on how to upgrade the ownCloud App from 9.1.4 to 10.0.3 in UCS

  1. Go to the System and Domain Settings

  2. Enter the Administrator Password

  3. Go to your installed ownCloud App

  4. De-install the ownCloud app 9.1

  5. Confirm and wait until the process is finished

  6. Click on "Close" in the upper right corner

  7. Go to Software - Appcenter

  8. Find the app "ownCloud"

  9. Install the app "ownCloud"

  10. Accept the License Agreement

  11. Confirm the Installation

  12. Read the Installations-Hints

Wait until the installation is done. Now you should have the latest version of the ownCloud App

Planed:

A section on "how to restore the backed up data after an update"

settermjd commented 6 years ago

Thanks for adding this. I'll do my best to get it completed quickly.