Here i am unable to downgrade to older erpnext version 7.x.x .
:~/frappe-bench$ bench switch-to-branch 'v7.x.x'
Switching for frappe
INFO:bench.utils:git config --unset-all remote.upstream.fetch
INFO:bench.utils:git config --add remote.upstream.fetch '+refs/heads/*:refs/remotes/upstream/*'
INFO:bench.utils:git fetch upstream
INFO:bench.utils:git checkout v7.x.x
Branch v7.x.x set up to track remote branch v7.x.x from upstream.
Switched to a new branch 'v7.x.x'
INFO:bench.utils:git merge upstream/v7.x.x
Already up-to-date.
Branch v7.x.x does not exist in Upstream for erpnext
Successfully switched branches for:
frappe
Switched to v7.x.x
Please run `bench update --patch` to be safe from any differences in database schema
Frappe is downgraded to older one but it says Branch v7.x.x does not exist in Upstream for erpnext
.
when i go to apps folder and tried git branch -r
for frappe it showed all remote branches.
But when I tried the same for erpnext it said only
~/frappe-bench/apps/erpnext$ git branch -r
upstream/master
no other branches is shown in remote.
So i was not able to downgrade it to older one. I have to migrate my project from one server to another for which i need older version 7.
Is there any way?