Reviewboard napping

2011-04-20 Thread virtualAdmin
I installed reviewboard 1.5.5, seemingly successfully, on a fresh CentOS 5.6 install through VirtualBox. I eventually got all the dependencies resolved, including memcached. So now I think it's going to work, right? When I open a browser and go to localhost/, I get the "Review Board is taking a

Re: Reviewboard napping

2011-04-20 Thread virtualAdmin
d_python, or fastcgi? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > > > > > > > On Wed, Apr 20, 2011 at 12:21 PM, virtualAdmin wrote: > > I install

Re: Reviewboard napping

2011-04-21 Thread virtualAdmin
do: > > sudo easy_install -U MySQL-python > > You'll need the Python development headers. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > > > > >

Re: Reviewboard napping

2011-04-21 Thread virtualAdmin
d then do: > > sudo easy_install -U MySQL-python > > You'll need the Python development headers. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > > > >

Code review aging colors

2011-08-25 Thread virtualAdmin
Hi all, >From what I can tell, our organization's process is a little more relaxed than most RB users. We're a very small team, so we submit code reviews (via the Web interface) after committing to SVN, by taking a manual diff from the command line and uploading it. We also take our good old tim

Re: Code review aging colors

2011-08-29 Thread virtualAdmin
FAULT_DATE_RANGES) > >         return age_ranges.get(delta.days, "age5") > > > Then you could customize this in your settings_local.py file for your > > install. > > > Christian > > > -- > > Christian Hammond - chip...@chipx86.com > > Review Board -htt

Reviewboard upgrade database compatibility

2012-05-21 Thread virtualAdmin
Hi all, In the next few weeks I'll be migrating our company's Reviewboard installation. We're currently running RB 1.5.5 backed by MySQL (MyISAM), but I'd really like to install the current version of RB on our new server. Should this be a no-hassle database transition? As in, install Reviewboa

Re: Reviewboard upgrade database compatibility

2012-05-21 Thread virtualAdmin
e case of Fedora, there's actually a > ReviewBoard package you can use directly. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > > > > > > > On Mon,

rb-site upgrade fails on database migration

2013-01-08 Thread virtualAdmin
We've been making regular backups of our RB 1.5.5 database, and I decided it was time to verify that we can restore the DB to a new install in case our server fails. The backups are made with mysqlhotcopy, so I understand they can be restored by simply stopping the mysql service, copying the b

Process for moving older RB database to new install

2013-02-19 Thread virtualAdmin
Hello, I have a live Reviewboard 1.5.5 installation. We do regular backups with mysqlhotcopy. My question is - what is the process for using that older database with a new Reviewboard installation? All of the upgrade instructions I have seen seem to advocate upgrading RB in place, but we wo

Re: Process for moving older RB database to new install

2013-02-19 Thread virtualAdmin
version, which makes it look like I should do something like this: easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ -U ReviewBoard But how can I point easy_install at the 1.5.5 version? On Tuesday, February 19, 2013 2:59:09 PM UTC-5, virtualAdmin wrote: > > He

Re: Process for moving older RB database to new install

2013-02-20 Thread virtualAdmin
elp get you going. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > On Feb 19, 2013, at 3:38 PM, virtualAdmin > > wrote: > > Hello again, > > I f

Re: Process for moving older RB database to new install

2013-02-21 Thread virtualAdmin
e can make use of this info. Later I'm going to clone the VM and try to update the site with easy_install to see if I can get a newer RB version running. On Wednesday, February 20, 2013 11:09:38 AM UTC-5, virtualAdmin wrote: > > Hey Christian, > > Thanks for the reply. Based on what