Add a nextcloud.admin.upgrade role to the collection#452
Open
fzadikian wants to merge 14 commits into
Open
Conversation
b3f9a7d to
1e84ec1
Compare
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
1e84ec1 to
68348cd
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
385222c to
ecbf1b7
Compare
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
a1974e1 to
621855f
Compare
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
fzadikian
referenced
this pull request
in geerlingguy/ansible-role-php-versions
May 6, 2026
…version check based on target (not current) PHP version Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
Signed-off-by: Francisco Zadikian <fzadikian@cci.edu.uy>
a7993ed to
6b0699c
Compare
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.
Good evening. For the last month, I've been working on an upgrade role to use on some of the Nextcloud instances at the university I work at. Although it might not suit all use-cases (see caveats in readme file), it seems useful enough to propose upstream.
I can't promise to add more features in the short-term (though I can make amendments in order to hopefully merge), but I hope someone gets inspired and builds on top of this.
All pre-commit tests specified in CONTRIBUTING.md passed. The role has been tested from Nextcloud 20 to 32, including automatic PHP and PostgreSQL upgrades. Our internal PR (with full commit history) is here.
Any comments/suggestions are greatly appreciated (especially regarding pre/post upgrade tasks and default variables, which may be biased in favor of our own instances). Thank you!