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.
------------------ <begin log output> ------------------
Creating tables ...
There are unapplied evolutions for auth.
There are unapplied evolutions for contenttypes.
There are unapplied evolutions for accounts.
There are unapplied evolutions for changedescs.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
There are unapplied evolutions for scmtools.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
CRITICAL:root:Error running database evolver function
change_column_attr_unique:
Traceback (most recent call last):
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 495, in change_column_attrs
attr_info['new_value'])
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 607, in change_column_attr_unique
self.remove_recorded_index(model, constraint_name, unique=True)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 822, in remove_recorded_index
index_name, unique=unique)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/signature.py",
line 186, in remove_index_from_database_sig
assert index_name in indexes
AssertionError
ERROR:root:Unexpected error:
Traceback (most recent call last):
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 65, in handle
self.evolve(*app_labels, **options)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 125, in evolve
sql.extend(self.evolve_app(app))
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 165, in evolve_app
app_mutator_sql = app_mutator.to_sql()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/mutators.py",
line 304, in to_sql
sql.extend(mutator.to_sql())
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/mutators.py",
line 187, in to_sql
return self.evolver.generate_table_ops_sql(self, self._ops)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 42, in generate_table_ops_sql
prev_sql_result, prev_op)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 84, in generate_table_op_sql
op['new_attrs']))
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 495, in change_column_attrs
attr_info['new_value'])
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 607, in change_column_attr_unique
self.remove_recorded_index(model, constraint_name, unique=True)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 822, in remove_recorded_index
index_name, unique=unique)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/signature.py",
line 186, in remove_index_from_database_sig
assert index_name in indexes
AssertionError
Traceback (most recent call last):
File "/tintri/reviewboard-venv/bin/rb-site", line 9, in <module>
load_entry_point('ReviewBoard==2.0.17', 'console_scripts', 'rb-site')()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/ReviewBoard-2.0.17-py2.7.egg/reviewboard/cmdline/rbsite.py",
line 1885, in main
command.run()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/ReviewBoard-2.0.17-py2.7.egg/reviewboard/cmdline/rbsite.py",
line 1694, in run
site.migrate_database()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/ReviewBoard-2.0.17-py2.7.egg/reviewboard/cmdline/rbsite.py",
line 438, in migrate_database
self.run_manage_command("evolve", ["--noinput", "--execute"])
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/ReviewBoard-2.0.17-py2.7.egg/reviewboard/cmdline/rbsite.py",
line 662, in run_manage_command
execute_from_command_line([__file__, cmd] + params)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django/core/management/__init__.py",
line 399, in execute_from_command_line
utility.execute()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django/core/management/__init__.py",
line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django/core/management/base.py",
line 242, in run_from_argv
self.execute(*args, **options.__dict__)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django/core/management/base.py",
line 285, in execute
output = self.handle(*args, **options)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 65, in handle
self.evolve(*app_labels, **options)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 125, in evolve
sql.extend(self.evolve_app(app))
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
line 165, in evolve_app
app_mutator_sql = app_mutator.to_sql()
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/mutators.py",
line 304, in to_sql
sql.extend(mutator.to_sql())
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/mutators.py",
line 187, in to_sql
return self.evolver.generate_table_ops_sql(self, self._ops)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 42, in generate_table_ops_sql
prev_sql_result, prev_op)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 84, in generate_table_op_sql
op['new_attrs']))
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 495, in change_column_attrs
attr_info['new_value'])
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 607, in change_column_attr_unique
self.remove_recorded_index(model, constraint_name, unique=True)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/db/common.py",
line 822, in remove_recorded_index
index_name, unique=unique)
File
"/tintri/reviewboard-venv/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/signature.py",
line 186, in remove_index_from_database_sig
assert index_name in indexes
AssertionError
(reviewboard-venv)[root@dyn40-25-179 tintri]#
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.