Skip to content

Commit dc0413e

Browse files
committed
docs(updater): note file:// URL support requires Nextcloud 34
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 8eb1bd4 commit dc0413e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

admin_manual/maintenance/update.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Common use cases:
254254
.. warning::
255255
The normal update rules still apply when using ``--url``:
256256

257-
* **Downgrading is not supported** and risks data corruption.
257+
* **Downgrading is not supported**.
258258
* **Skipping major versions is not supported.** You must update one major
259259
version at a time (e.g. 28 → 29 → 30, not 28 → 30).
260260

@@ -267,6 +267,9 @@ Point the updater at any HTTP/HTTPS URL:
267267
sudo -E -u www-data php /var/www/nextcloud/updater/updater.phar \
268268
--url https://download.nextcloud.com/server/releases/nextcloud-33.0.0.zip
269269
270+
271+
.. versionadded:: 34
272+
270273
For a locally staged archive, use a ``file://`` URL:
271274

272275
.. code-block:: bash

0 commit comments

Comments
 (0)