Update Successfully to V8 but there is an issue

Hi Experts,

i have updated my erp to v8.2 but still there is no addition feature display ??

Your bench was upgraded to version 8
supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]: y
Port configuration list:

Site site1.local assigned port: 80
nginx.conf already exists and this will overwrite it. Do you want to continue? [y/N]: y
As you have setup your bench for production, you will have to reload configuration for nginx and supervisor
To complete the migration, please run the following commands
()
sudo service nginx restart
sudo supervisorctl reload
()
Switched to master
Please run bench update --patch to be safe from any differences in database schema
[root@localhost frappe-bench]# sudo service nginx restart
Redirecting to /bin/systemctl restart nginx.service
[root@localhost frappe-bench]# sudo supervisorctl reload
Restarted supervisord
[root@localhost frappe-bench]# bench update --patch
()
()
This update will cause a major version change in Frappe/ERPNext from 7 to 8.
This would take significant time to migrate and might break custom apps. Please run bench update --upgrade to confirm.
()
You can stay on the latest stable release by running bench switch-to-master or pin your bench to 7 by running bench switch-to-v7