How to install a certain ERPNext version?

Hi,

I’m a newbie on this world of ERPNext.

I read here [1] for installing an app with bench is like this [2] and it gets the latest version of ERPNext.

Can you say me about how can I get a certain version with get-app? I mean for example like this [3].

[1]

[2]
bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

[3]
bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) --version 7.2.32

Thanks in advanced.

Hi @fabyc,
try this
bench get-app --branch 7.0.x erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

Thanks

1 Like

Hi @sagar

I tried like you suggested me, but without lucky:

bench get-app --branch 7.2 erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

I get an error about there is no exist the branch.

What is the exact version number I have to set for getting the version 7.2.32 ?

Thanks

hi @fabyc,
check this link

Thanks

1 Like