docs: show CLI updater before web updater in update.rst#14939
Open
skjnldsv wants to merge 1 commit into
Open
Conversation
Most users with a self-hosted Nextcloud have SSH access and the CLI
updater (updater.phar) is the more reliable approach. Move the
"Using the command line based updater" and "Batch mode" sections
before "Using the web based updater" so the preferred method is
presented first.
Also remove the forward reference ("same as for the web based updater")
from the CLI section intro since the web section now follows it.
Fixes #7605
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Contributor
📖 Documentation Preview📄 1 changed documentation pageLast updated: Wed, 20 May 2026 05:45:35 GMT |
miaulalala
requested changes
May 20, 2026
| Using the command line based updater | ||
| ------------------------------------ | ||
|
|
||
| The command line based updater performs the same steps and checks as the |
Contributor
There was a problem hiding this comment.
This can move to the web updater instead
Contributor
There was a problem hiding this comment.
Since the web updater is now after the command line updater, it would make sense to add this to the web updater - i. e. "The web updater performs the same steps..."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
What changed and why
Most self-hosted Nextcloud admins have SSH access, and
updater.pharisthe more reliable approach (no web server timeout risk, and the Troubleshooting
section already recommends it over the web-based updater when things go wrong).
The previous order put "Using the web based updater" first and
"Using the command line based updater" (updater.phar) second, so
occ upgradeappeared in the docs before
updater.pharwas introduced.This PR swaps the section order so
updater.pharis presented first:Also removes a now-stale forward reference ("steps are basically the same
as for the web based updater") from the CLI section intro.
🖼️ Screenshots
No layout changes — section reorder only.
✅ Checklist
codespellor similar and addressed any spelling issues