I try to restore my site with this command
bench --site tes restore <sql_path>.sql.gz --with-public-files <public_file_path>.tgz --with-private-files <private_file_path>.tgz
This is when i execute that command
But when i try to open my site, i got this error
(pymysql.err.OperationalError: (1054, "Unknown column 'date_format' in 'field list'"))
How can i resolve it?