I would recommend to do a check by the software to verify permissions on DB
before performing the upgrade, if the requirements are missing it can inform
the user to get the requirements done before it performs the upgrade.

Also, It can avoid database getting into a fuzzy state (neither downgraded
nor upgraded) during the upgrade.

Thanks,
Kannaiyan

On Tue, Sep 6, 2011 at 12:19 PM, Christian Hammond <chip...@chipx86.com>wrote:

> On Tue, Sep 6, 2011 at 10:08 AM, Kannaiyan Natesan <gbpnk...@gmail.com>wrote:
>
>> > "INDEX command denied to user 'rb'@'localhost' for table
>> 'accounts_localsiteprofile'")
>>
>> Seems a Database Issue. Did you verify permissions for this user on
>> Database?
>> Kannaiyan
>>
>
> Right, it looks like the user just doesn't have all the necessary
> permissions. Quickest thing to do is:
>
> GRANT ALL ON <yourdbname>.* to rb@localhost;
>
> You could instead do INDEX instead of ALL, I think, but might be safest to
> just give the user the permissions it needs to manipulate that database.
>
> Your database isn't corrupt, but you're probably not at a spot now where
> you'd be able to downgrade.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>



-- 
The best things in life are free

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to