Vari
1
i do this command and follow some on other post to up from v10 to v11
bench switch-to-branch staging frappe
bench switch-to-branch staging erpnext
bench setup requirements
bench --site site.local migrate
frappe updated. but, erpnext still on v10
what do i miss?
1 Like
-open /erpnext/.git/config file
-replace fetch = +refs/heads/master:refs/remotes/upstream/master
to
fetch = +refs/heads/staging:refs/remotes/upstream/staging
then repeat all steps which you mention above.
2 Likes
Vari
3
vrms
5
just saw a slightly different variant (which might be a bit more flexible) in another topic. Thought it wouldn’t hurt to add it here
fetch = +refs/heads*/:refs/remotes/upstream/*
3 Likes