Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread Christian Hammond
Yeah, you'll want the same site directory, because of the configuration and data files. Otherwise, you'll generate a new site with keys that don't match some of the state in the database. Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org Beanbag, Inc

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread Christian Hammond
The 0.6c* series of setuptools are considered heavily legacy at this point. A lot of has happened in the world of Python packaging over the past year or so, including new standards around package versioning, lookup, naming, etc. So it's possible something is messed up there. That said, I would sti

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread John Schmitt
Are you suggesting that I copy both the database and also the site directory? Are you suggesting that I skip the `rb-site install` step completely? Thanks for the tips. On Sunday, July 5, 2015 at 10:39:38 PM UTC-7, Christian Hammond wrote: > > Hi John, > > If setting things up to import an exi

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread John Schmitt
Can you please explain your thinking about setuptools? I have an up-to-date centos 7 installation. On Sunday, July 5, 2015 at 10:36:45 PM UTC-7, Christian Hammond wrote: > > Hi, > > What version of Python are you using? > > Can you try upgrading setuptools? It might just be too old now. > > Chri

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-05 Thread Christian Hammond
Hi John, If setting things up to import an existing database, you'd want to copy over the site directory and do `rb-site upgrade` rather than an install. The reason being that `rb-site install` will generate new keys for authentication and for the install key for the version of Review Board (neede

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-05 Thread Christian Hammond
Hi, What version of Python are you using? Can you try upgrading setuptools? It might just be too old now. Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Wed, Jun 24, 2015 at 2:17 AM, Noopur Sankhere

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-04 Thread John Schmitt
Do I understand correctly that you do the database import *before *you run `rb-site install`? -- 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! http

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-06-24 Thread eric
That problem seems to be much more about Python's easy_install, and not much to do about Ansible. Hopefully someone with more experience with that can help you out. Eric. On Wednesday, June 24, 2015 at 2:17:38 AM UTC-7, Noopur Sankhere wrote: > > Hi Eric, > > I am trying to installI ReviewBoard

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-06-24 Thread Noopur Sankhere
Hi Eric, I am trying to installI ReviewBoard1.7.13(same is on my production server) on test server first. I have installed python, apache +mod_wsgi, patch, memchached, python setuptools up til now. And stuck at "easy_install ReviewBoard==1.7.13" command. This command is not working. It s givin

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-06-23 Thread eric
I'm not at liberty to share the Ansible scripts that I run, sorry about that. The actual installation of ReviewBoard was pretty easy: # Install ReviewBoard itself - name: Install ReviewBoard easy_install: name="ReviewBoard==2.0.15" sudo: yes register: reviewboard_install That's the simple

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-06-23 Thread Noopur Sankhere
Hi, Can you please post here the steps for this? How did you do it? I need to do the same. On Tuesday, May 19, 2015 at 10:29:46 PM UTC+5:30, Eric Johnson wrote: > > Usually you get support requests on this mailing list. > > Thought I should toss in a email of gratitude. > > Deployed an upgrade

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread Christian Hammond
Thanks, Eric! Posts like this absolutely make my day, as we don't often hear of the success stories. I very much appreciate it :) Any chance we can add you guys to our Happy Users page ( https://www.reviewboard.org/users/)? - Christian -- Christian Hammond - chip...@chipx86.com Review Board - h

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread David Trowbridge
Eric, Thanks so much for this! As you note, we usually don't hear from people when it just works (which I hope is most of the time), so this is very much appreciated! -David On Tue, May 19, 2015 at 9:59 AM Eric Johnson wrote: > Usually you get support requests on this mailing list. > > Thought