Open joshtrichards opened 9 months ago
Consider clearing app_install_overwrite
This is what AIO already does since quite a while: https://github.com/nextcloud/all-in-one/blob/b17561d41e575c7efd45fac1a6fb410be79bbe37/Containers/nextcloud/entrypoint.sh#L171-L173
This is what AIO already does since quite a while
Nice. I hadn't realized that. So AIO gives us some real-world field experience with the proposed behavior change. Even better! :-)
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_overwrite
parameter before major Nextcloud Server upgrades (or) we warn heavily when that config directive is in-place.Describe alternatives you've considered
Additional context