During bench update error : frappe.exceptions.DoesNotExistError: DocType Desk Chart not found

File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 493, in msgprint
_raise_exception()
title = None
as_table = False
as_list = False
indicator = ‘red’
alert = False
primary_action = None
is_minimizable = False
wide = False
sys = <module ‘sys’ (built-in)>
out = {‘message’: ‘DocType Desk Chart not found’, ‘title’: ‘Message’, ‘indicator’: ‘red’, ‘raise_exception’: 1}
_raise_exception = <function msgprint.._raise_exception at 0x7f3b5ff4dcf0>
_strip_html_tags = <functools._lru_cache_wrapper object at 0x7f3b5fdbec40>
msg = ‘DocType Desk Chart not found’
raise_exception = <class ‘frappe.exceptions.DoesNotExistError’>
strip_html_tags = <function strip_html_tags at 0x7f3b639fec20>
…skipped… 1 vars
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 442, in _raise_exception
raise raise_exception(msg)
msg = ‘DocType Desk Chart not found’
raise_exception = <class ‘frappe.exceptions.DoesNotExistError’>
…skipped… 1 vars
frappe.exceptions.DoesNotExistError: DocType Desk Chart not found

Hi,

It may help to say if this is the first time an update was attempted, the versions of apps that are installed and if there have been any customization.

I also got the same issue when i already updated from v12 to v14, and tried to run bench update --reset. How can i solve this? Thanks

Hi @atul_sah Have you resolved this issue?
If you resolved can you tell me how? because I’m also facing the same

@Robot , Desk Chart doctype became Dashboard Chart doctype.

Please update your system completely in V13 then migrate to V14.

Thanks