At this moment the erpnext is not working being stuck on sorry! we will be back soon
The error I receive when trying to do a bench update --patch is:
frappe@server2:~/frappe-bench$ bench update --patch
Backing up sites...
Traceback (most recent call last):
File "/usr/local/bin/bench", line 11, in <module>
load_entry_point('bench', 'console_scripts', 'bench')()
File "/home/frappe/bench-repo/bench/cli.py", line 40, in cli
bench_command()
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/home/frappe/bench-repo/bench/commands/update.py", line 61, in update
_update(pull, patch, build, bench, auto, restart_supervisor, restart_systemd, requirements, no_backup, force=force, reset=reset)
File "/home/frappe/bench-repo/bench/commands/update.py", line 78, in _update
backup_all_sites(bench_path=bench_path)
File "/home/frappe/bench-repo/bench/utils.py", line 517, in backup_all_sites
backup_site(site, bench_path=bench_path)
File "/home/frappe/bench-repo/bench/utils.py", line 513, in backup_site
run_frappe_cmd('--site', site, 'backup', bench_path=bench_path)
File "/home/frappe/bench-repo/bench/utils.py", line 609, in run_frappe_cmd
cwd=sites_dir, stdout=stdout, stderr=stderr)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
frappe@server2:~/frappe-bench$ ls -l
Your assistance will be greatly appreciated.