Open nickvergessen opened 7 years ago
Thanks for migrating, I didn't see this repo.
ALTER
could be added to the list of privileges needed specifically for updates.
No DB privileges check is done, user gets an error message after the Nextcould instance is unusable
The Updater just deploys code. This would have to happen either when occ upgrade
runs (which is already after the new code is fully deployed). Or something similar to what's proposed here maybe for an early check of DB stuff in the same manner as proposed for apps (versus waiting until code deployment has already happened):
https://github.com/nextcloud/updater/issues/401#issuecomment-2073087716
Original reported by @kehugter in https://github.com/nextcloud/server/issues/2870