We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb1bd4 commit dc0413eCopy full SHA for dc0413e
1 file changed
admin_manual/maintenance/update.rst
@@ -254,7 +254,7 @@ Common use cases:
254
.. warning::
255
The normal update rules still apply when using ``--url``:
256
257
- * **Downgrading is not supported** and risks data corruption.
+ * **Downgrading is not supported**.
258
* **Skipping major versions is not supported.** You must update one major
259
version at a time (e.g. 28 → 29 → 30, not 28 → 30).
260
@@ -267,6 +267,9 @@ Point the updater at any HTTP/HTTPS URL:
267
sudo -E -u www-data php /var/www/nextcloud/updater/updater.phar \
268
--url https://download.nextcloud.com/server/releases/nextcloud-33.0.0.zip
269
270
+
271
+.. versionadded:: 34
272
273
For a locally staged archive, use a ``file://`` URL:
274
275
.. code-block:: bash
0 commit comments