Well you're welcome! Haha. Removed the .dist-info file, restarted Apache, it's now loading with the 2.5.12 version.
Thanks so much! On Monday, June 19, 2017 at 6:25:01 PM UTC-5, Christian Hammond wrote: > > Hi Will, > > Yep, looks like you have a version that was installed by either yum or pip > (given the .dist-info instead of a .egg). Try removing that one and then > restart Apache. These will take precedence over .egg packages. > Alternatively, switch to using pip instead of easy_install (which will make > some packages easier to install, partly because eggs are no longer supplied > by some of our dependencies). > > There's something I've been meaning to do for a while, and your post gave > me the motivation to do it today. rb-site --version will soon list the > Python version and package install path being used, and the Version > Mismatch page will list both of these along with troubleshooting steps. > These will be in the 2.5.13 release, coming later today. > > Christian > > On Mon, Jun 19, 2017 at 3:06 PM, Will Jacobs <[email protected] > <javascript:>> wrote: > >> Hey Christian - >> >> Thanks as usual for the help! >> >> Honestly, not sure on the yum/pip/easy_install front. I think I used >> easy_install initially (for 2.5.7 install), but it's possible that I >> installed using a different method. >> >> Directory contents look like this (RB is using /usr/local/lib I believe): >> >> ------------- >> [root@ip-10-1-30-84 log]# cd /usr/lib/python2.6/site-packages/ >> [root@ip-10-1-30-84 site-packages]# ls -lah >> drwxr-xr-x 20 root root 4.0K Nov 21 2016 reviewboard >> drwxr-xr-x 2 root root 4.0K Nov 21 2016 >> ReviewBoard-1.7.27-py2.6.egg-info >> ------------ >> >> ------------ >> /usr/local/lib/python2.7/site-packages >> drwxr-xr-x 23 root root 4.0K Jan 28 00:04 reviewboard >> drwxr-xr-x 4 root root 4.0K Jun 19 20:28 ReviewBoard-2.5.12-py2.7.egg >> drwxr-xr-x 2 root root 4.0K Nov 21 2016 ReviewBoard-2.5.7.dist-info >> ------------ >> >> Nothing in /usr/local/lib/python2.6/site-packages. >> >> Python location: /usr/bin/python >> Python version (from 'python --version'): Python 2.7.12 >> >> >> Thanks again! >> -Will >> >> >> >> On Monday, June 19, 2017 at 4:27:34 PM UTC-5, Will Jacobs wrote: >>> >>> Hey Guys - >>> >>> I've seen other posts on this subject, but not specific to this upgrade >>> path/OS, so I figured I'd ask. >>> >>> I followed the instructions here: >>> https://www.reviewboard.org/docs/manual/2.0/admin/upgrading/upgrading-reviewboard/ >>> >>> and here: >>> https://www.reviewboard.org/docs/manual/2.0/admin/upgrading/upgrading-sites/#upgrading-sites >>> >>> When I first tried easy_install, I got an error saying that libffi was >>> not installed, so I installed it using normal yum install (including >>> libffi_devel). >>> >>> After that, ran the easy_install again and then ran the rb-site upgrade. >>> Both completed with no errors, but when I restarted Apache (and tried >>> rebooting the box), I received the version mismatch error: >>> >>> --------------------- >>> >>> The version of Review Board running does not match the version the site >>> was last upgraded to. You are running *2.5.7* and the site was last >>> upgraded to *2.5.12*. >>> >>> Please upgrade your site to fix this by running: >>> >>> $ rb-site upgrade /var/www/reviewboard >>> >>> --------------------- >>> >>> I saw some other folks who renamed their ReviewBoard*.egg dirs from the >>> newer version back to the older version, so I gave that a shot, but no >>> change (I then changed it back to the original name). >>> >>> Any ideas what might cause this? >>> >>> Both the server and the DB are backed up, but it'd be nice to fix this >>> rather than reverting. >>> >>> Thanks much! >>> >>> -Will >>> >>> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > -- 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.
