I am hitting the same problem when upgrading 1.6.14 to 2.5.2 using MySQL. 

Something I tried was, create a new, empty database with syncdb on 1.6.14 
and try upgrading to 2.5.2, and that fails as well. Is this a valid test or 
am I missing something?

-Jukka

On Tuesday, 8 December 2015 17:09:05 UTC-5, Christian Hammond wrote:
>
> Hi Oliver,
>
> This is definitely a different problem than the ones you found, but it is 
> strange.. The stored schema should have had some state in there for the new 
> FileDiffData table, but it's not there I guess.
>
> Can you send me a dump of the schema of your database (no content), and a 
> second dump containing the content of your django_project_version and 
> django_evolution tables?
>
> Christian
>
> -- 
> Christian Hammond - chri...@beanbaginc.com <javascript:>
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Tue, Dec 8, 2015 at 10:15 AM, Oliver Fasterling <ofast...@gmail.com 
> <javascript:>> wrote:
>
> I attempted to upgrade our Reviewboard 1.6.22 to 2.5.2 (latest version). I 
> followed the steps documented in the upgrade guide, but failed with some 
> errors.
>
> I searched the mailing lists and found two articles which seem to match 
> the errors that I am getting. 
>
> https://goo.gl/VSbjds
>
> https://goo.gl/EpoghP
>
> The first article seems to isolate the culprit as a discrepancy of the 
> engine type found on MySQL tables, where there is a mix of MyISAM and 
> InnoDB types. Normalizing these to a single type fixed the issue. Found a 
> few other articles with that suggest the same fix. However, we use 
> PostgresSQL. From my understanding, there is a single engine type in 
> postgresql, and so the fix above does not apply.
>
> The second article talks about a bug in the Django Evolution package. I 
> ran the update command, but it was a moot action since it had already 
> downloaded the most recent version during the full upgrade.
>
> I considered running an upgrade to an earlier version, like 2.0.x but then 
> I found more articles where the upgrade also fails for them.
>
> Any assistance would be much appreciated.
>
> The output of my upgrade is shown below.
>
>
> root@reviewboard:~# easy_install -U ReviewBoard
> Searching for ReviewBoard
> Reading http://pypi.python.org/simple/ReviewBoard/
> Best match: ReviewBoard 2.5.2
> Downloading https://
> pypi.python.org/packages/2.7/R/ReviewBoard/ReviewBoard-2.5.2-py2.7.egg#md5=58b2dbe01761a1f3d398381130e75d26
> Processing ReviewBoard-2.5.2-py2.7.egg
> creating /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.2-py2.
> 7.egg
> Extracting ReviewBoard-2.5.2-py2.7.egg to /usr/local/lib/python2.7/dist-
> packages
> Removing ReviewBoard 1.6.22.dev from easy-install.pth file
> Adding ReviewBoard 2.5.2 to easy-install.pth file
> Installing rbssh script to /usr/local/bin
> Installing rb-site script to /usr/local/bin
>
>
> Installed /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.2-py2.
> 7.egg
> Reading http://downloads.reviewboard.org/mirror/
> Reading http://downloads.reviewboard.org/releases/Djblets/0.9/
> Reading http://downloads.reviewboard.org/releases/django-evolution/0.7/
> Processing dependencies for ReviewBoard
> Searching for Whoosh>=2.6
> Reading http://pypi.python.org/simple/Whoosh/
> Best match: Whoosh 2.7.0
> Downloading https://
> pypi.python.org/packages/source/W/Whoosh/Whoosh-2.7.0.zip#md5=7abfd970f16fadc7311960f3fa0bc7a9
> Processing Whoosh-2.7.0.zip
> Running Whoosh-2.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> 0wY0qe/Whoosh-2.7.0/egg-dist-tmp-yeD4wW
> warning: no files found matching '*.txt' under directory 'tests'
> warning: no files found matching '*.txt' under directory 'benchmark'
> warning: no files found matching '*.txt' under directory 'docs'
> warning: no files found matching '*.txt' under directory 'files'
> warning: no files found matching '*.py' under directory 'files'
> warning: no files found matching '*.jpg' under directory 'files'
> Adding Whoosh 2.7.0 to easy-install.pth file
>
>
> Installed /usr/local/lib/python2.7/dist-packages/Whoosh-2.7.0-py2.7.egg
> Searching for Pygments>=1.6
> Reading http://pypi.python.org/simple/Pygments/
> Best match: Pygments 2.0.2
> Downloading https://
> pypi.python.org/packages/source/P/Pygments/Pygments-2.0.2.tar.gz#md5=238587a1370d62405edabd0794b3ec4a
> Processing Pygments-2.0.2.tar.gz
> Running Pygments-2.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> MT7Fm3/Pygments-2.0.2/egg-dist-tmp-WGJV2n
> Removing Pygments 1.5 from easy-install.pth file
> Adding Pygments 2.0.2 to easy-install.pth file
> Installing pygmentize script to /usr/local/bin
>
>
> Installed /usr/local/lib/python2.7/dist-packages/Pygments-2.0.2-py2.7.egg
> Searching for pycrypto>=2.6
> Reading http://pypi.python.org/simple/pycrypto/
> Best match: pycrypto 2.6.1
> Downloading https://
> pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz#md5=55a61a054aa66812daf5161a0d5d7eda
> Processing pycrypto-2.6.1.tar.gz
> Running pycrypto-2.6.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> Hld6jQ/pycrypto-2.6.1/egg-dist-tmp-s2V09E
> warning: GMP or MPIR library not found; Not building Crypto.PublicKey.
> _fastmath.
> zip_safe flag not set; analyzing archive contents...
> Adding pycrypto 2.6.1 to easy-install.pth file
>
>
> Installed /usr/local/lib/python2.7/dist-packages/pycrypto-2.6.1-py2.7-
> linux-x86_64.egg
> Searching for paramiko>=1.12
> Reading http://pypi.python.org/simple/paramiko/
> Best match: paramiko 1.16.0
> Downloading https://
> pypi.python.org/packages/source/p/paramiko/paramiko-1.16.0.tar.gz#md5=7e1203f5ffeb7d2bc2bffc4feb804216
> Processing paramiko-1.16.0.tar.gz
> Running paramiko-1.16.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install
> -Pa_kTO/paramiko-1.16.0/egg-dist-tmp-jY9XBa
> zip_safe flag not set; analyzing archive contents...
> Removing paramiko 1.7.7.2 from easy-install.pth file
> Adding paramiko 1.16.0 to easy-install.pth file
>
>
> Installed /usr/local/lib/python2.7/dist-packages/paramiko-1.16.0-py2.7.egg
> Searching for mimeparse>=0.1.3
> Reading http://pypi.python.org/simple/mimeparse/
> Reading http://code.google.com/p/mimeparse/
> Reading http://
> mimeparse.googlecode.com/issues/attachment?aid=4530072823814897419&name=mimeparse-0.1.2.tar.gz
> Best match: mimeparse 0.1.3
> Downloading https://
> pypi.python.org/packages/source/m/mimeparse/mimeparse-0.1.3.tar.gz#md5=03ce207391454db37279e78ce2112365
> Processing mimeparse-0.1.3.tar.gz
> Running mimeparse-0.1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install
> -fQ8ssu/mimeparse-0.1.3/egg-dist-tmp-JIYUPD
> Adding mimeparse 0.1.3 to easy-install.pth file
>
>
> Installed /usr/local/lib/python2.7/dist-packages/mimeparse-0.1.3-py2.7.egg
> Searching for markdown>=2.4.0,<2.4.999
> Reading http://pypi.python.org/simple/markdown/
> Best match: Markdown 2.4.1
> Downloading https://
> pypi.python.org/packages/source/M/Markdown/Markdown-2.4.1.zip#md5=e01de430f99f158810fb3498c1549b0b
> Processing Markdown-2.4.1.zip
> Running Markdown-2.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> 8Shn6n/Markdown-2.4.1/egg-dist-tmp-iqkynq
> zip_safe flag not set; analyzing archive contents
>
> ...

-- 
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! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to