Continuing the discussion from Download Backups is empty:
I’ve made changes but Download Backups is still empty. In frappe-bench/logs/backup.log
I can see /bin/sh: 1: /home/frappe/frappe-bench/env/bin/bench: not found
Can someone help me please.
Continuing the discussion from Download Backups is empty:
I’ve made changes but Download Backups is still empty. In frappe-bench/logs/backup.log
I can see /bin/sh: 1: /home/frappe/frappe-bench/env/bin/bench: not found
Can someone help me please.
Your file path spec may be incorrect - I get the same ‘no such file’ error result as you for this:
/home/frappe/frappe-bench/env/bin/bench
Instead try:
/usr/local/bin/bench
frappe@erpnext:~/frappe-bench$ whereis bench
bench: /usr/local/bin/bench
frappe@erpnext:~/frappe-bench$ bench version
erpnext 8.3.4
frappe 8.3.6
Thank you for your reply.
I’ve changed path and will see if it helps.
Thank you very much, it helps and now backups are working.