Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Chris Lang
Hi, I'm trying to install ReviewBoard 2.0.20 on RedHat 7.4 but am getting an error when running rb-site install. I initially installed ReviewBoard with easy_install ReviewBoard==2.0.20. The current errors I'm getting are: File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626,

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Chris Lang
Do you think it'd be easier to upgrade first and then move to the new server? CentOS -> Redhat. I'm trying to minimize downtime since our developers use it around the clock. On Thursday, March 8, 2018 at 12:17:42 PM UTC-8, Chris Lang wrote: > > Hey Christian, > > Yes, I'm moving between servers

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Christian Hammond
Hi Chris, Django 1.6.11 is correct. You likely have something installed on the server that wants a newer version. It’s possible some dependency required by Review Board or another of its dependencies picked it up. This is fixable, but first, can you tell me why you’re installing 2.0.20? Are you

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Chris Lang
Hey Christian, Yes, I'm moving between servers for security reasons. What version of ReviewBoard would you recommend upgrading to? Regards, Chris On Thursday, March 8, 2018 at 12:08:03 PM UTC-8, Christian Hammond wrote: > > Hi Chris, > > Django 1.6.11 is correct. You likely have something

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Chris Lang
I'm thinking it'll be safer to move to the new machine first and then upgrade, and in case anything goes wrong with the upgrade, the team can continue using the old server. On Thursday, March 8, 2018 at 12:24:40 PM UTC-8, Chris Lang wrote: > > Do you think it'd be easier to upgrade first and

Auto Commit to Git Repository with Sufficient Number of Ship It

2018-03-08 Thread Nathan Zhou
Hi, I am new to Review Board, and I am currently using the *pre-commit review * workflow. I have searched a lot of materials about how to implement *"auto commit to git repository with sufficient number of ship it".* I noticed that this question had already been asked before (with the title of

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-08 Thread Christian Hammond
As long as you have a backup of the database and site directory, you have nothing to worry about. It's perfectly safe to install a newer version of Review Board on the target server, copy the site directory over to the same path as on the old server, and then do a 'rb-site upgrade'. It will