Error when I restore my database from version 9 on new ERPNEXT version 10

I got the error below and also " Activity Log Not found " when I try to log out .
Should I uninstall version 10 and install back version 9 or need to do something to fix these error ?

Traceback (most recent call last):
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.handler.handle()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/init.py”, line 939, in call
return fn(*args, **newargs)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 521, in apply_price_list
parent = get_price_list_currency_and_exchange_rate(args)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 586, in get_price_list_currency_and_exchange_rate
price_list_uom_dependant = get_price_list_uom_dependant(args.price_list)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 573, in get_price_list_uom_dependant
“enabled”: 1}, [“name”, “price_not_uom_dependant”], as_dict=True)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/database.py”, line 439, in get_value
order_by, cache=cache)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/database.py”, line 483, in get_values
out = self._get_values_from_table(fields, filters, doctype, as_dict, debug, order_by, update)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/database.py”, line 615, in _get_values_from_table
as_dict=as_dict, debug=debug, update=update)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/database.py”, line 166, in sql
self._cursor.execute(query, values)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/cursors.py”, line 165, in execute
result = self._query(query)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/cursors.py”, line 321, in _query
conn.query(q)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/connections.py”, line 860, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/connections.py”, line 1061, in _read_query_result
result.read()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/connections.py”, line 1349, in read
first_packet = self.connection._read_packet()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/connections.py”, line 1018, in _read_packet
packet.check_error()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/connections.py”, line 384, in check_error
err.raise_mysql_exception(self._data)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/pymysql/err.py”, line 107, in raise_mysql_exception
raise errorclass(errno, errval)
InternalError: (1054, u"Unknown column ‘price_not_uom_dependant’ in ‘field list’")

HI all ,
JUst want to confirm that in version 9.2.4-0 , we don’t have Doctype " Activity Log" so I get the error " No acivity Log" when restore with my database on version 10 .