1.5 to 1.7 DB Migration

2013-08-05 Thread Alvin .Feng
Hi there, I currently have a Review Board 1.5 setup, and I'm trying to upgrade to 1.7. When I try to run the rb-site upgrade part to upgrade the database, I get the following error: File "lib64/reviewboard/MySQL_python-1.2.4-py2.6-linux-x86_64.egg/MySQLdb/connections.py", line 36, in defaul

Re: 1.5 to 1.7 DB Migration

2013-08-06 Thread Christian Hammond
Hi Alvin, This was reported recently, and I've been trying to figure out the best course of action. I expect to put out a release later this week with a fix. I recommend sticking to 1.5 for now, and upgrading once the new 1.7 is out. Christian -- Christian Hammond - chip...@chipx86.com Review B

Re: 1.5 to 1.7 DB Migration

2013-08-12 Thread Alvin .Feng
Hi Christian, Thanks for the response. Is there any updates or eta on the fix yet? Thanks, Alvin On Tuesday, August 6, 2013 2:05:43 AM UTC-7, Christian Hammond wrote: > > Hi Alvin, > > This was reported recently, and I've been trying to figure out the best > course of action. I expect to put ou

Re: 1.5 to 1.7 DB Migration

2013-08-12 Thread Christian Hammond
It should be this week. We've been working on a couple other changes that needed to go in, and the last of it are up for review now. You can also try applying this patch: https://reviews.reviewboard.org/r/4420/ Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.revie

Re: 1.5 to 1.7 DB Migration

2013-08-13 Thread Alvin .Feng
Hi Christian, Thanks for the quick reply. I tried taking applying the fix you mentioned and it allowed the db migration to go through. I'm getting two small errors now, which I'm not sure if it's related to the fix or not. The first is: [Tue Aug 13 18:28:13 2013] [error] File "/usr/lib64/pyt

Re: 1.5 to 1.7 DB Migration

2013-08-13 Thread Christian Hammond
Can you show me what else is in the log file? I've seen this particular error as a side-effect of another crash. There should be a traceback right before this one. The SelectBox can be unresponsive for very large installations. I want to get rid of that and find a better solution beyond what Djang

Re: 1.5 to 1.7 DB Migration

2013-08-13 Thread Alvin .Feng
The only other items in the log are depreciation warnings related to django and other python modules. There's no other trackbacks. The thing most confusing to me about it is that I don't know what problems that error is creating. After migrating, there was an issue where pretty much every other

Re: 1.5 to 1.7 DB Migration

2014-04-15 Thread schmiddy
Following up on this old thread since it was the only search result I found for strange errors we noticed in our Apache error.log after an upgrade to 1.7.16: [Mon Apr 14 20:44:43 2014] [error] File "/usr/lib/python2.7/logging/__init__.py", line 467, in format [Mon Apr 14 20:44:43 2014] [erro

Re: 1.5 to 1.7 DB Migration

2014-04-15 Thread Christian Hammond
You must always use the version of Djblets that Review Board requires, or you'll hit problems. This particular error shouldn't happen if you have the proper versions of both. If it's happening on a modern 1.7.x release still, I'd like to know about it. Note that removing the request_info may resul

Re: 1.5 to 1.7 DB Migration

2014-05-30 Thread alexkbird
I'm having a very similar problem to schmi...@gmail.com. I'm running Review Board 1.7.25 on Centos 6.5 with Apache 2.2.15; Python 2.6. As best I can tell, I'm using Django 1.4.11 and Djblets 0.7.29. (I found this by looking at __init__.py from the /usr/lib/python2.6/site-packages/djblets and ..

Re: 1.5 to 1.7 DB Migration

2014-05-30 Thread Christian Hammond
It's more likely to be a bug than a configuration issue. This code is old, though. I'm surprised people are starting to report issues here. I need more of the traceback. Can you show me the entire trace, along with the exact repro case? In fact, would you mind filing a bug with this information,