You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep my DB user with minimum privileges during normal usage for security reasons. The update using the updater app failed because of missing DROP and INDEX privileges.
Steps to reproduce
Update using the updater app. Finish the first part successfully
Return to the main site to finish updating the database
Update fails because of missing DB privilleges
Expected behaviour
During the sanity check, the user is warned about insufficient DB privileges.
Actual behaviour
No DB privileges check is done, user gets an error message after the Nextcould instance is unusable.
Server configuration
Operating system:
Debian 8.6 Web server:
nginx Database:
mysql PHP version:
5.6.29 Nextcloud version: (see Nextcloud admin page)
10.0.2 Updated from an older Nextcloud/ownCloud or fresh install:
Updated from Nextcloud 10.0.1 Where did you install Nextcloud from:
tar archive
The text was updated successfully, but these errors were encountered:
I keep my DB user with minimum privileges during normal usage for security reasons. The update using the updater app failed because of missing
DROP
andINDEX
privileges.Steps to reproduce
Expected behaviour
During the sanity check, the user is warned about insufficient DB privileges.
Actual behaviour
No DB privileges check is done, user gets an error message after the Nextcould instance is unusable.
Server configuration
Operating system:
Debian 8.6
Web server:
nginx
Database:
mysql
PHP version:
5.6.29
Nextcloud version: (see Nextcloud admin page)
10.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from Nextcloud 10.0.1
Where did you install Nextcloud from:
tar archive
The text was updated successfully, but these errors were encountered: