Hi,
Recently we migrated our review board from one Linux machine to another
(different OS).
The earlier version was 2.0.15 (Python2.7) and new machine runs on Python
2.6 and RB version 1.7.27.
Successfully imported the database dump. But now when i try to access RB
site, it throws an error as given below:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py",
line 87, in get_response
response = middleware_method(request)
File
"/usr/lib/python2.6/site-packages/reviewboard/accounts/middleware.py", line
12, in process_request
user = Profile.objects.get(user=request.user)
File "/usr/lib/python2.6/site-packages/django/db/models/manager.py", line
131, in get
return self.get_query_set().get(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/django/db/models/query.py", line
361, in get
num = len(clone)
File "/usr/lib/python2.6/site-packages/django/db/models/query.py", line
85, in __len__
self._result_cache = list(self.iterator())
File "/usr/lib/python2.6/site-packages/django/db/models/query.py", line
291, in iterator
for row in compiler.results_iter():
File "/usr/lib/python2.6/site-packages/django/db/models/sql/compiler.py",
line 763, in results_iter
for rows in self.execute_sql(MULTI):
File "/usr/lib/python2.6/site-packages/django/db/models/sql/compiler.py",
line 818, in execute_sql
cursor.execute(sql, params)
File "/usr/lib/python2.6/site-packages/django/db/backends/mysql/base.py",
line 114, in execute
return self.cursor.execute(query, args)
File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 173,
in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line
36, in defaulterrorhandler
raise errorclass, errorvalue
DatabaseError: (1054, "Unknown column 'accounts_profile.show_submitted' in
'field list'")
how do i resolve this issue?
Thanks in advance
--
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.