Problem restoring 9.2.1.5-config to 9.3

Status
Not open for further replies.
Joined
Dec 13, 2015
Messages
1
Hi,

I'm running FreeNas OS off a USB stick. I first tried an GUI-Upgrade from 9.2.1.5 to 9.3 which failed, upgrade using ISO also failed.

So then I did a clean 9.3 install and tried to restore the old config. How can I upgrade the config file and avoid these errors

Code:
Request Method:    GET
Request URL:    http://192.168.1.2/admin/system/settings/edit/1/?inline=true&dojo.preventCache=1450030453224
Software Version:    FreeNAS-9.2.1.5-RELEASE-x64 (80c1d35)
Exception Type:    OperationalError
Exception Value:   
no such column: system_advanced.adv_system_pool
Exception Location:    /usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 450
Server time:    Sun, 13 Dec 2015 18:14:08 +0000
Traceback


Environment:

Software Version: FreeNAS-9.2.1.5-RELEASE-x64 (80c1d35)
Request Method: GET
Request URL: http://192.168.1.2/admin/system/settings/edit/1/?inline=true&dojo.preventCache=1450030453224


Traceback:
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py" in server_error
  177.         tb = Advanced.objects.all().latest('id').adv_traceback
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in latest
  410.         return self._earliest_or_latest(field_name=field_name, direction="-")
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _earliest_or_latest
  404.         return obj.get()
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in get
  301.         num = len(clone)
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in __len__
  77.         self._fetch_all()
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _fetch_all
  854.             self._result_cache = list(self.iterator())
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in iterator
  220.         for row in compiler.results_iter():
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in results_iter
  710.         for rows in self.execute_sql(MULTI):
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
  781.         cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
  53.                 return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/utils.py" in __exit__
  99.                 six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
  53.                 return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py" in execute
  450.         return Database.Cursor.execute(self, query, params)

Exception Type: OperationalError at /admin/system/settings/edit/1/
Exception Value: no such column: system_advanced.adv_system_pool


Request information

GET

Variable    Value
inline    u'true'
dojo.preventCache    u'1450030453224'
POST

No POST data
FILES

No FILES data
COOKIES

Variable    Value
csrftoken    'qedWTHcza1YMfeS7TKMQ8y1yxtH5J3OI'
sessionid    'qbtr4i5412z3rlzgouwho3to1sisqw8e'
fntreeSaveStateCookie    'root'
META

Variable    Value
wsgi.multiprocess    False
HTTP_REFERER    'http://192.168.1.2/'
REDIRECT_STATUS    '200'
SERVER_SOFTWARE    'nginx/1.4.4'
SCRIPT_NAME    u''
REQUEST_METHOD    'GET'
PATH_INFO    u'/admin/system/settings/edit/1/'
SERVER_PROTOCOL    'HTTP/1.1'
QUERY_STRING    'inline=true&dojo.preventCache=1450030453224'
CONTENT_LENGTH    ''
HTTP_USER_AGENT    'Mozilla/5.0 Chrome/47.0.2526.80 Safari/537.36'
HTTP_CONNECTION    'keep-alive'
HTTP_COOKIE    'sessionid=qbtr4i5412z3rlzgouwho3to1sisqw8e; fntreeSaveStateCookie=root; csrftoken=qedWTHcza1YMfeS7TKMQ8y1yxtH5J3OI'
SERVER_NAME    'localhost'
REMOTE_PORT    '52522'
wsgi.url_scheme    'http'
SERVER_PORT    '80'
SERVER_ADDR    '192.168.1.2'
DOCUMENT_ROOT    '/usr/local/etc/nginx/html'
HTTP_X_REQUESTED_WITH    'XMLHttpRequest'
DOCUMENT_URI    '/admin/system/settings/edit/1/'
wsgi.input    <flup.server.fcgi_base.InputStream object at 0x80f1801d0>
HTTP_HOST    '192.168.1.2'
wsgi.multithread    True
HTTP_CONTENT_TYPE    'application/x-www-form-urlencoded'
REQUEST_URI    '/admin/system/settings/edit/1/?inline=true&dojo.preventCache=1450030453224'
HTTP_ACCEPT    '*/*'
wsgi.version    (1, 0)
GATEWAY_INTERFACE    'CGI/1.1'
wsgi.run_once    False
wsgi.errors    <flup.server.fcgi_base.TeeOutputStream object at 0x810b83fd0>
REMOTE_ADDR    '192.168.1.242'
HTTP_ACCEPT_LANGUAGE    'en-US,en;q=0.8,en-GB;q=0.6'
CSRF_COOKIE_USED    True
CONTENT_TYPE    'application/x-www-form-urlencoded'
CSRF_COOKIE    u'qedWTHcza1YMfeS7TKMQ8y1yxtH5J3OI'
HTTP_ACCEPT_ENCODING    'gzip, deflate, sdch'


Many thanks for any help,

Kind regards
Si
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Upgrade to 9.2.1.9 first, then 9.3
 
Status
Not open for further replies.
Top