Hi,
I am trying to upgrade to v10
when i type bench update
i get this error
Executing erpnext.patches.v8_0.create_domain_docs #16-05-2017 in my_home-site1 (264f3f61e7a14364)
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 94, in <module>
main()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
click.Group(commands=commands)(prog_name='bench')
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 24, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/commands/site.py", line 222, in migrate
migrate(context.verbose, rebuild_website=rebuild_website)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/migrate.py", line 31, in migrate
frappe.modules.patch_handler.run_all()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 29, in run_all
if not run_single(patchmodule = patch):
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 63, in run_single
return execute_patch(patchmodule, method, methodargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 83, in execute_patch
frappe.get_attr(patchmodule.split()[0] + ".execute")()
File "/home/erpnext/my_home/frappe-bench/apps/erpnext/erpnext/patches/v8_0/create_domain_docs.py", line 46, in execute
domain_settings.save(ignore_permissions=True)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 256, in save
return self._save(*args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 307, in _save
self.run_post_save_methods()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 887, in run_post_save_methods
self.run_method("on_update")
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 755, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 1024, in composer
return composed(self, method, *args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 1007, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 749, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/core/doctype/domain_settings/domain_settings.py", line 23, in on_update
domain.setup_domain()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/core/doctype/domain/domain.py", line 18, in setup_domain
self.setup_roles()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/core/doctype/domain/domain.py", line 73, in setup_roles
user.save()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 256, in save
return self._save(*args, **kwargs)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 286, in _save
self.check_if_latest()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/model/document.py", line 630, in check_if_latest
raise_exception=frappe.TimestampMismatchError)
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/__init__.py", line 309, in msgprint
_raise_exception()
File "/home/erpnext/my_home/frappe-bench/apps/frappe/frappe/__init__.py", line 282, in _raise_exception
raise raise_exception(encode(msg))
frappe.exceptions.TimestampMismatchError: Error: Document has been modified after you have opened it (2018-01-05 11:18:48.861931, 2018-01-05 11:18:49.327124). Please refresh to get the latest document.
so tried this
bench --site ente.site reload-doc Core Doctype Domain
then bench updated
i got the same error as above
then i tried this
bench --site ente.site reload-doc Core Doctype Domain Settings
Error: Got unexpected extra argument (Settings)