occ command to show if nextcloud update is safe (compatibility status of enabled apps)
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
I want do know from command line if all enabled apps can be updated for use with subsequent nextcloud version.
Something like occ apps:upgradable should give a list of enabled apps that have a compatible version for subsequent nextcloud version and a list of enabled apps that don't.
Unfortunately this won't be implemented in updater.phar according to https://github.com/nextcloud/updater/issues/241 .
Using the web interface this can be seen in update view (Settings --> Overview --> Version).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing web update view under Settings → Overview → Version with the updater.phar limitation described in updater/issues/241. The command should report which enabled apps are compatible with the subsequent Nextcloud version and which are not; no source file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100