Hello,

I tried to upgrade to beta version just to check it out because on 2.5.12 I 
cannot make the review bot working.

The upgrade was done like this

pip2.7 install \
    --trusted-host downloads.reviewboard.org \
    -f http://downloads.reviewboard.org/releases/Djblets/0.10/ \
    -f http://downloads.reviewboard.org/releases/ReviewBoard/3.0/ \
    -f http://downloads.reviewboard.org/releases/rbintegrations/0.5/ \
    --pre -U ReviewBoard

Added in /etc/httpd/conf.d/reviews.smart-x.net.conf
        <Location "/static">
                SetHandler None
        </Location>

Then 

[root@reviews ~]# rb-site upgrade /var/www/reviews.smart-x.net
Rebuilding directory structure
Upgrading site settings_local.py
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

------------------ <begin log output> ------------------
Creating tables ...
There are unapplied evolutions for webapi.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
The stored evolutions do not completely resolve all model changes.

Run `./manage.py evolve --hint` to see a suggestion for the changes 
required.

The following are the changes that could not be resolved:
The application integrations has been deleted
The model reviews.GeneralComment has been deleted
The model reviews.StatusUpdate has been deleted
In model reviews.Review:
    Field 'general_comments' has been deleted
In model reviews.ReviewRequestDraft:
    Field 'owner' has been deleted
In model changedescs.ChangeDescription:
    Field 'user' has been deleted
In model accounts.Profile:
    Field 'settings' has been deleted
In model attachments.FileAttachment:
    Field 'uuid' has been deleted
    Field 'local_site' has been deleted
    Field 'user' has been deleted
    In field 'file':
        Property 'null' has changed
In model site.LocalSite:
    Field 'extra_data' has been deleted
CommandError: Your models contain changes that Django Evolution cannot 
resolve automatically.
[root@reviews ~]# 

Can you give me any help on this?

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to