Ticket #8 (closed defect: fixed)
Check we have needed permissions before destroying any data on upgrade
| Reported by: | dom | Owned by: | dom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.70 |
| Component: | wiki-toolkit | Version: | svn |
| Keywords: | Cc: |
Description
We need DROP,CREATE,INDEX in order to upgrade the db schema, but we can get as far as dropping all the data and then not being able to create the indexes. due to a missing INDEX privilege. We then bail out and lose all the data. Check that we have all needed privileges before doing anything during the upgrade.
Change History
Note: See
TracTickets for help on using
tickets.
