ERPnext Bitnami update

how i can update ERPnext installed with Bitnami

1 Like

+1
same question here

I am not sure, but bench update from the /home/frappe/frappe-bench folder should do it!

I’m having the same issue. I don’t know how to update EPRNEXT on bitnami installed on my Mac.
It would be great if anyone can give us a step by step guide. Thank you

I got this error (v.7.2) at Google Cloud and Bitnami:

bitnami@forupgrade:~/apps/erpnext/htdocs/frappe-bench$ bench update
INFO:bench.utils:updating bench
fatal: Not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File “/opt/bitnami/apps/erpnext/htdocs/venv/bin/bench”, line 9, in
load_entry_point(‘bench==4.0.0’, ‘console_scripts’, ‘bench’)()
File “/opt/bitnami/apps/erpnext/htdocs/bench/bench/cli.py”, line 40, in cli
bench_command()
File “/opt/bitnami/apps/erpnext/htdocs/venv/lib/python2.7/site-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/opt/bitnami/apps/erpnext/htdocs/venv/lib/python2.7/site-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/opt/bitnami/apps/erpnext/htdocs/venv/lib/python2.7/site-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/opt/bitnami/apps/erpnext/htdocs/venv/lib/python2.7/site-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/opt/bitnami/apps/erpnext/htdocs/venv/lib/python2.7/site-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/opt/bitnami/apps/erpnext/htdocs/bench/bench/commands/update.py”, line 34, in update
update_bench()
File “/opt/bitnami/apps/erpnext/htdocs/bench/bench/utils.py”, line 188, in update_bench
exec_cmd(“git pull”, cwd=cwd)
File “/opt/bitnami/apps/erpnext/htdocs/bench/bench/utils.py”, line 88, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull

Instructions here:

https://docs.bitnami.com/installer/apps/erpnext/administration/upgrade/

I tried this:

and got the errors above.