2015-04-21 20:10:16 +03:00
|
|
|
=====================
|
2014-02-13 00:08:28 +04:00
|
|
|
The Automatic Updater
|
|
|
|
=====================
|
|
|
|
|
2014-10-28 21:56:49 +03:00
|
|
|
The Automatic Updater ensures that you always have the
|
2017-01-18 14:24:42 +03:00
|
|
|
latest features and bug fixes for your ownCloud synchronization client.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-10-28 21:56:49 +03:00
|
|
|
The Automatic Updater updates only on Mac OS X and Windows computers; Linux
|
2014-10-28 21:52:58 +03:00
|
|
|
users only need to use their normal package managers. However, on Linux systems
|
|
|
|
the Updater will check for updates and notify you when a new version is
|
|
|
|
available.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2015-04-24 19:54:05 +03:00
|
|
|
.. note:: Because of various technical issues, desktop sync clients older than
|
2015-11-02 22:18:31 +03:00
|
|
|
1.7 will not be allowed to connect and sync with the ownCloud 8.1+ server. It
|
|
|
|
is highly recommended to keep your client updated.
|
2015-04-24 19:54:05 +03:00
|
|
|
|
2014-02-13 00:08:28 +04:00
|
|
|
Basic Workflow
|
|
|
|
--------------
|
|
|
|
|
2014-10-28 21:52:58 +03:00
|
|
|
The following sections describe how to use the Automatic Updater on different
|
2015-04-21 20:10:16 +03:00
|
|
|
operating systems.
|
2014-06-26 00:04:33 +04:00
|
|
|
|
2014-02-13 00:08:28 +04:00
|
|
|
Windows
|
|
|
|
^^^^^^^
|
2014-10-29 00:57:18 +03:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
The ownCloud client checks for updates and downloads them when available. You
|
|
|
|
can view the update status under ``Settings -> General -> Updates`` in the
|
|
|
|
ownCloud client.
|
|
|
|
|
|
|
|
If an update is available, and has been successfully downloaded, the ownCloud
|
|
|
|
client starts a silent update prior to its next launch and then restarts
|
|
|
|
itself. Should the silent update fail, the client offers a manual download.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
.. note:: Administrative privileges are required to perform the update.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
|
|
|
Mac OS X
|
|
|
|
^^^^^^^^
|
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
If a new update is available, the ownCloud client initializes a pop-up dialog
|
|
|
|
to alert you of the update and requesting that you update to the latest
|
|
|
|
version. Due to their use of the Sparkle frameworks, this is the default
|
|
|
|
process for Mac OS X applications.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
|
|
|
Linux
|
|
|
|
^^^^^
|
|
|
|
|
2014-10-28 21:52:58 +03:00
|
|
|
Linux distributions provide their own update tools, so ownCloud clients that use
|
2014-12-31 22:27:52 +03:00
|
|
|
the Linux operating system do not perform any updates on their own. The client
|
|
|
|
will inform you (``Settings -> General -> Updates``) when an update is
|
|
|
|
available.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
Preventing Automatic Updates
|
|
|
|
----------------------------
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
In controlled environments, such as companies or universities, you might not
|
|
|
|
want to enable the auto-update mechanism, as it interferes with controlled
|
|
|
|
deployment tools and policies. To address this case, it is possible to disable
|
|
|
|
the auto-updater entirely. The following sections describe how to disable the
|
|
|
|
auto-update mechanism for different operating systems.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-10-28 22:19:05 +03:00
|
|
|
Preventing Automatic Updates in Windows Environments
|
2014-06-26 00:04:33 +04:00
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2015-12-02 22:52:42 +03:00
|
|
|
Users may disable automatic updates by adding this line to the [General]
|
|
|
|
section of their ``owncloud.cfg`` files::
|
|
|
|
|
|
|
|
skipUpdateCheck=true
|
|
|
|
|
|
|
|
Windows administrators have more options for preventing automatic updates in
|
|
|
|
Windows environments by using one of two methods. The first method allows users
|
|
|
|
to override the automatic update check mechanism, whereas the second method
|
|
|
|
prevents any manual overrides.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
To prevent automatic updates, but allow manual overrides:
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-12-31 22:27:52 +03:00
|
|
|
1. Edit these Registry keys:
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2015-11-02 22:18:31 +03:00
|
|
|
a. (32-bit-Windows) ``HKEY_LOCAL_MACHINE\Software\ownCloud\ownCloud``
|
|
|
|
b. (64-bit-Windows) ``HKEY_LOCAL_MACHINE\Software\Wow6432Node\ownCloud\ownCloud``
|
2014-06-26 00:04:33 +04:00
|
|
|
|
|
|
|
2. Add the key ``skipUpdateCheck`` (of type DWORD).
|
|
|
|
|
|
|
|
3. Specify a value of ``1`` to the machine.
|
|
|
|
|
|
|
|
To manually override this key, use the same value in ``HKEY_CURRENT_USER``.
|
|
|
|
|
|
|
|
To prevent automatic updates and disallow manual overrides:
|
|
|
|
|
2016-02-23 20:42:40 +03:00
|
|
|
.. note:: This is the preferred method of controlling the updater behavior using
|
2014-10-28 21:52:58 +03:00
|
|
|
Group Policies.
|
2014-06-26 00:04:33 +04:00
|
|
|
|
2015-09-09 13:33:25 +03:00
|
|
|
1. Edit this Registry key:
|
2014-06-26 00:04:33 +04:00
|
|
|
|
2015-11-04 17:55:07 +03:00
|
|
|
``HKEY_LOCAL_MACHINE\Software\Policies\ownCloud\ownCloud``
|
2014-06-26 00:04:33 +04:00
|
|
|
|
|
|
|
2. Add the key ``skipUpdateCheck`` (of type DWORD).
|
|
|
|
|
|
|
|
3. Specify a value of ``1`` to the machine.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2016-02-23 20:42:40 +03:00
|
|
|
.. note:: Enterprise branded clients
|
2016-02-23 20:45:30 +03:00
|
|
|
(see `Building Branded ownCloud Clients
|
|
|
|
<https://doc.owncloud.org/branded_clients/>`_) have different key names,
|
|
|
|
which are set in ownBrander using the Application Vendor and Application
|
|
|
|
Name fields. Your key names look like this::
|
2016-02-23 20:42:40 +03:00
|
|
|
|
2016-02-23 20:45:30 +03:00
|
|
|
``HKEY_LOCAL_MACHINE\Software\Policies\myCompanyName\myAppName``
|
2016-02-23 20:42:40 +03:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
|
|
|
|
Preventing Automatic Updates in Mac OS X Environments
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2017-01-18 14:07:18 +03:00
|
|
|
You can disable the automatic update mechanism, in the Mac OS X operating system,
|
|
|
|
by copying the file
|
2014-10-29 00:57:18 +03:00
|
|
|
``owncloud.app/Contents/Resources/deny_autoupdate_com.owncloud.desktopclient.plist``
|
2014-02-13 17:11:04 +04:00
|
|
|
to ``/Library/Preferences/com.owncloud.desktopclient.plist``.
|
2014-02-13 00:08:28 +04:00
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
Preventing Automatic Updates in Linux Environments
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2014-10-29 00:57:18 +03:00
|
|
|
Because the Linux client does not provide automatic updating functionality, there is no
|
2014-10-29 19:56:17 +03:00
|
|
|
need to remove the automatic-update check. However, if you want to disable it edit your desktop
|
2015-12-02 22:52:42 +03:00
|
|
|
client configuration file, ``$HOME/.local/share/data/ownCloud/owncloud.cfg``.
|
2015-12-03 21:29:44 +03:00
|
|
|
Add this line to the [General] section::
|
2014-10-29 00:57:18 +03:00
|
|
|
|
|
|
|
skipUpdateCheck=true
|