How to update Pos-Awesome

Hallo community,
Is it possible to update Pos-Awesome to v6.2.0 without re-install it?
Can anyone tell me how to do it?

If you installed the develop version of the Pos-Awesome then apply the command for the update of the app. This command will update the whole app but first take a backup.

bench update

this command will update only pos awesome or the whole installation of erpnext?

when you apply the bench update then it’s update the all app.

but i only need update the pos awesome.

and its mean the whole thing that already changed on erpnext core script will replaced? T_T

Go to the pos app directory then get the pull and migrate the site.

Ok.
Thanks.
I’ll try it

It works.
Thanks.

Heres what i did :

cd frappe-path/apps/posawesome

git pull upstream develop

bench setup --requirements

bench build --app posawesome

bench migrate

bench restart

3 Likes