Re: Upgrading from 1.6.8 to 2.x

2016-03-23 Thread Christian Hammond
*options.__dict__) >>>> File >>>> "/usr/lib/python2.7/site-packages/django/core/management/base.py", line >>>> 285, in execute >>>> output = self.handle(*args, **options) >>>> File >>>> "/usr/lib/python2.7/site-

Re: Upgrading from 1.6.8 to 2.x

2016-03-23 Thread Michael Lund
279, in run_mutations >>> self.run_mutation(mutation) >>> File "/usr/lib/python2.7/site-packages/django_evolution/mutators.py", >>> line 268, in run_mutation >>> model_mutator.run_mutation(mutation) >>> File "/usr/lib/python2.7/site-packages/dj

Re: Upgrading from 1.6.8 to 2.x

2016-03-19 Thread Christian Hammond
>> Thanks for the follow-up, Risha! I'm glad it's working :) Hopefully this >> will help someone else down the road. >> >> Christian >> >> -- >> Christian Hammond - chri...@beanbaginc.com >> Review Board - https://www.reviewboard.org >&g

Re: Upgrading from 1.6.8 to 2.x

2016-03-14 Thread Michael Lund
inc.com> wrote: > > Hi Risha, > > Hmm, I'm not seeing what I was expecting to see there. > > It's possible that there's a bug in upgrading to 2.5, due to one of the > changes we've made. I'm going to be investigating this. For now, I'd &

Re: Upgrading from 1.6.8 to 2.x

2016-03-11 Thread Michael Lund
that there's a bug in upgrading to 2.5, due to one of >>>>>> the changes we've made. I'm going to be investigating this. For now, I'd >>>>>> suggest taking a copy of the 1.6 database and upgrading to the latest >>>

Re: Upgrading from 1.6.8 to 2.x

2016-03-10 Thread Christian Hammond
gt;>>>>> >>>>>>> $ rb-site manage /path/to/site shell >>>>>>> >>> from django_evolution.models import Version >>>>>>> >>> for v in Version.objects.order_by('pk'): >>>>>>> >>>

Re: Upgrading from 1.6.8 to 2.x

2016-03-10 Thread Risha Chheda
shell >>>>>>> >>> from django_evolution.models import Version >>>>>>> >>> for v in Version.objects.order_by('pk'): >>>>>>> >>>print '%s - %s - %s' % (v.pk, v.evolutions.count(), v.when) >>

Re: Upgrading from 1.6.8 to 2.x

2016-03-10 Thread Michael Lund
gt;>>>> Thanks, >>>>>> >>>>>> Christian >>>>>> >>>>>> -- >>>>>> Christian Hammond - chri...@beanbaginc.com >>>>>> Review Board - https://www.reviewboard.org >>>>>> B

Re: Upgrading from 1.6.8 to 2.x

2016-03-10 Thread Michael Lund
ent types by a foreign key will also >>>>>> be deleted. Are you sure you want to delete these content types? >>>>>> If you're unsure, answer 'no'. >>>>>> >>>>>> Type 'yes' to co

Re: Upgrading from 1.6.8 to 2.x

2015-07-29 Thread Christian Hammond
There are unapplied evolutions for diffviewer. >>>>> There are unapplied evolutions for hostingsvcs. >>>>> There are unapplied evolutions for reviews. >>>>> There are unapplied evolutions for scmtools. >>>>> There are unapplied evolutions fo

Re: Upgrading from 1.6.8 to 2.x

2015-07-29 Thread Risha Chheda
>>> There are unapplied evolutions for scmtools. >>>> There are unapplied evolutions for site. >>>> Project signature has changed - an evolution is required >>>> Installing custom SQL ... >>>> Installing indexes ... >>>> Installed 0 object

Re: Upgrading from 1.6.8 to 2.x

2015-07-14 Thread Christian Hammond
.. >>> >>> >>> >>> On Mon, Jul 13, 2015 at 3:26 PM, Christian Hammond < >>> christ...@beanbaginc.com> wrote: >>> >>>> Hi Risha, >>>> >>>> That's strange. It's like some state is missing there. &

Re: Upgrading from 1.6.8 to 2.x

2015-07-14 Thread Risha Chheda
t;> >> On Mon, Jul 13, 2015 at 3:26 PM, Christian Hammond < >> christ...@beanbaginc.com> wrote: >> >>> Hi Risha, >>> >>> That's strange. It's like some state is missing there. >>> >>> Can you try doing this first: >>> >>

Re: Upgrading from 1.6.8 to 2.x

2015-07-14 Thread Christian Hammond
;> Christian >> >> -- >> Christian Hammond - christ...@beanbaginc.com >> Review Board - https://www.reviewboard.org >> Beanbag, Inc. - https://www.beanbaginc.com >> >> -Original Message- >> From: Risha Chheda >> Reply: reviewboa

Re: Upgrading from 1.6.8 to 2.x

2015-07-13 Thread Risha Chheda
om > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > -Original Message- > From: Risha Chheda > Reply: reviewboard@googlegroups.com > > Date: July 13, 2015 at 3:24:20 PM > To: reviewboard@googlegroups.com > > Subj

Re: Upgrading from 1.6.8 to 2.x

2015-07-13 Thread Christian Hammond
rd - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Risha Chheda Reply: reviewboard@googlegroups.com > Date: July 13, 2015 at 3:24:20 PM To: reviewboard@googlegroups.com > Subject:  Upgrading from 1.6.8 to 2.x > Hi, > > I am trying to

Upgrading from 1.6.8 to 2.x

2015-07-13 Thread Risha Chheda
Hi, I am trying to upgrade reviewboard from 1.6.8 to 2.5.beta and everytime I get this traceback: mysql version I'm testing against is 5.6.25. Both reviewboard and mysql are running in their own docker containers on the same VM. I tried upgrading from 1.6.8 to 2.0.18 as well, but I get the sam