Upgrade or Reinstall

Just did - here are the last entries:

2018-06-22 07:28:17,716 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/utils/decorators.py", line 110, in _wrapped_view
response = view_func(request, *args, **kwargs)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/views/decorators/cache.py", line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/seahub/auth/views.py", line 113, in login
if form.is_valid():
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/forms/forms.py", line 184, in is_valid
return self.is_bound and not self.errors
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/forms/forms.py", line 176, in errors
self.full_clean()
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/forms/forms.py", line 393, in full_clean
self._clean_form()
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/forms/forms.py", line 417, in _clean_form
cleaned_data = self.clean()
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/seahub/auth/forms.py", line 66, in clean
username = self.get_username_by_login(login)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/seahub/auth/forms.py", line 46, in get_username_by_login
username = Profile.objects.get_username_by_login_id(login)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/seahub/profile/models.py", line 93, in get_username_by_login_id
return super(ProfileManager, self).get(login_id=login_id).user
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/manager.py", line 127, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/query.py", line 328, in get
num = len(clone)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/query.py", line 144, in __len__
self._fetch_all()
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/query.py", line 965, in _fetch_all
self._result_cache = list(self.iterator())
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/query.py", line 238, in iterator
results = compiler.execute_sql()
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/sql/compiler.py", line 840, in execute_sql
cursor.execute(sql, params)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/utils.py", line 98, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
  File "/home/seafile/cloud/seafile-server-6.2.5/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/backends/mysql/base.py", line 124, in execute
return self.cursor.execute(query, args)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 226, in execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorvalue
OperationalError: (1054, "Unknown column 'profile_profile.list_in_address_book' in 'field list'")

Found this thread: https://forum.seafile.com/t/moved-seafile-to-new-server-getting-unhandled-exception/4221/2

I think I did all the upgrade steps - but I’m not sure about “minor-upgrade.sh”. Should I run this one as well?