Updating error is coming

Have you tried running bench update using the frappe user?

Assuming your ~erpnext folder is the frappe-bench folder, you should run bench update in that folder.

ya i have done that

administrator@Server:~/erpnext$ bench update
INFO:bench.utils:updating bench
INFO:bench.utils:git pull
error: cannot open .git/FETCH_HEAD: Permission denied

Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/opt/bench/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/opt/bench/bench-repo/bench/commands/update.py”, line 36, in update
update_bench()
File “/opt/bench/bench-repo/bench/utils.py”, line 261, in update_bench
exec_cmd(“git pull”, cwd=cwd)
File “/opt/bench/bench-repo/bench/utils.py”, line 159, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull
administrator@Server:~/erpnext$

I think you’re still using the Administrator user. :sweat_smile:

Try using the root user instead.
If you’re on the root user, your console should show:

root@Server

Not:

Administrator@Server

Alternatively, if you know the password for the Administrator account, execute:

sudo -i

By the way, how did you install your frappe-erpnext instance? Was it working before hand?

on root i can run command directly as bench update --reset?

yes it is working before

1.run su root - to switch to root folder.
2.run cd xxx/yyy/erpnext to go to your bench folder: erpnext
3.run bench update --reset

i had reinstall bench… now how i can install new update in it?