How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
Previously force enabled apps are tracked and kept as forced through major Nextcloud Server version upgrades, triggering mysterious post-upgrade problems. This results in Help Forum posts + invalid bug reports here.
Describe the solution you'd like
We clear the app_install_overwrite parameter before major Nextcloud Server upgrades (or) we warn heavily when that config directive is in-place.
Describe alternatives you've considered
- Manually clearing
- Better documenting
- Adding a check to warn/refuse to bump to a new major Nextcloud version if apps are force enabled (unless the Server upgrade itself is forced)
Additional context
How to use GitHub
Is your feature request related to a problem? Please describe.
Previously force enabled apps are tracked and kept as forced through major Nextcloud Server version upgrades, triggering mysterious post-upgrade problems. This results in Help Forum posts + invalid bug reports here.
Describe the solution you'd like
We clear the
app_install_overwriteparameter before major Nextcloud Server upgrades (or) we warn heavily when that config directive is in-place.Describe alternatives you've considered
Additional context