Re: CommandError: Error applying evolution: (1050, "Table 'reviews_review_file_attachment_comments' already exists")

2015-07-06 Thread John Schmitt
On Monday, July 6, 2015 at 2:41:34 PM UTC-7, Christian Hammond wrote: > > Hi John, > > Yeah, I know this must be frustrating. I don't know why it's being so > difficult, as we routinely have people upgrade from 1.0.x and 1.5.x to > 2.0.x without problems. > > If you're able to get me that list

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

2015-07-06 Thread John Schmitt
or some extensions), and it's important to use the ones associated > with the database. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Sat, Jul 4, 2015 a

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: CommandError: Error applying evolution: (1050, "Table 'reviews_review_file_attachment_comments' already exists")

2015-07-06 Thread John Schmitt
very time you do an import + upgrade? It's not > enough to drop individual tables. The entire database must be recreated. > > Christian > > > On Monday, July 6, 2015, John Schmitt wrote: > >> Is there a work-around for this? >> >> # rb-site upgrade /var

CommandError: Error applying evolution: (1050, "Table 'reviews_review_file_attachment_comments' already exists")

2015-07-06 Thread John Schmitt
Is there a work-around for this? # rb-site upgrade /var/www/reviews.domain.com Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. -- -- Creating tab

Re: CRITICAL:root:Error running database evolver function change_column_attr_unique:

2015-07-06 Thread John Schmitt
ndexes that are missing. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Sat, Jul 4, 2015 at 8:53 PM, John Schmitt > wrote: > > # rpm -q ReviewBoard python-djblets

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: CRITICAL:root:Error running database evolver function change_column_attr_unique:

2015-07-04 Thread John Schmitt
Evolution are you using? > > Christian > > > On Saturday, July 4, 2015, John Schmitt wrote: > >> Something seems to go wrong during my upgrade. What do I need to do to >> make this work? >> >> This is my script that ought to upgrade my installation fro

Re: MemoryError: Problem installing fixture

2015-06-19 Thread John Schmitt
from one database type to another? > > Christian > > > On Friday, June 19, 2015, John Schmitt > > wrote: > >> How do I work around this? >> >> # rb-site manage /var/www/r

MemoryError: Problem installing fixture

2015-06-19 Thread John Schmitt
How do I work around this? # rb-site manage /var/www/reviews.tintri.com loaddata /tmp/reviews-charles2_rb20_data.json Traceback (most recent call last): File "/usr/bin/rb-site", line 9, in load_

Re: ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 11:54:51 AM UTC-7, Christian Hammond wrote: > > Hi John, > > How did you install Review Board? > > Christian > I'm using the version that is provided by EPEL from Centos 7. # rpm -q epel-release epel-release-7-5.noarch # rpm -q ReviewBoard ReviewBoard-2.0.15-1.

Re: ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 1:33:55 PM UTC-7, Barret Rennie wrote: > > Hi John, > > Yes thats what I mean. I’ll take a look at it. > > Can you tell me what version of six is installed? > > python-six-1.3.0-4.el7.noarch -- Supercharge your Review Board with Power Pack: https://www.revi

ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
I can run # rb-site manage --help just fine. But, taking the help literally, I get this when I try: # rb-site manage -- --help ... 'manage' command: Runs a Django management command on the site. Usage: `rb-site manage -- .` Run `manage -- --help` for the list of commands.

Re: ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 11:04:24 AM UTC-7, Barret Rennie wrote: > > Hi John, > > That import doesn’t specifically import urllib.parse; it imports it from > Six, a Python 2 — 3 compatibility layer. Can you verify that importing > “six.moves.urllib.parse.urlparse” does not work in terminal?

ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
Which module must I install to run rbt? # which rbt /usr/bin/rbt # rpm -q --whatprovides /usr/bin/rbt RBTools-0.7.2-1.el7.noarch # rbt --help Traceback (most recent call last): File "/usr/bin/rbt", line 9, in load_entry_point('

Re: rb-site upgrade help needed

2015-06-17 Thread John Schmitt
- > Christian Hammond - christ...@beanbaginc.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > -----Original Message- > From: John Schmitt > Reply: reviewboard@googlegroups.com > > Date: June 17, 2015 at 6:35:54 PM > To:

rb-site upgrade help needed

2015-06-17 Thread John Schmitt
I need help getting my data from ReviewBoard 1.5 to 2.0 to migrate. Can anyone tell me what to do to make this work? Thank you. [root@dyn40-25-217 ~]# mysql -p < reviewboard.dump Enter password: [root@dyn40-25-217 ~]# rb-site upgrade /var/www/reviews.tintri.com Rebuilding directory structure

assert index_name in indexes during `rb-site upgrade`

2015-06-16 Thread John Schmitt
http://ur1.ca/muhac (reviewboard-venv)[root@dyn40-25-179 tintri]# rb-site upgrade /var/www/reviewboard Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. --

django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured..

2015-06-09 Thread John Schmitt
I need help with my installation on Centos 7. I've created a Python 2.7 virtual environment that works well. I've inherited an older reviewboard site and I'm migrating it to a VM from which I'll do an upgrade. # pip freeze Warning: cannot find svn location for flup==1.0.3.dev-20110405 Djang