I did try ‘bench switch-to-master’, which didn’t help me. I ran that under frappe-bench, not sure whether that matters, but the version remained as 7.2.30. Perhaps that itself was master, but broken build, in which case I was looking at an older version that surely worked. I understand downgrade is difficult to maintain, so wanted to see if there was any option to start with an older stable version of the product.
Not quite sure I was looking for that as I haven’t started developing yet. I wanted to install and test an working version from 6.x branch, and couldn’t find an easy way of doing it. Installing a specific version of the product is useful for beginners especially when the current active branch is undergoing lot of code changes…
For some reason 7.2.30 master didn’t work for me for two days. It failed yesterday as well, then I switched to development, where it worked. Perhaps it is just the initial setup wizard that was broken and went unnoticed. Anyways, I will check git checkout if/when I get into this issue again…
bench@MMERP1:~/erpnext/apps/erpnext$ git checkout tags/v10.0.7
error: pathspec 'tags/v10.0.7' did not match any file(s) known to git.
but it worked for folder frappe
bench@MMERP1:~/erpnext/apps/frappe$ git checkout tags/v10.0.7
Previous HEAD position was aeed481... Merge branch 'hotfix'
HEAD is now at 648af86... Merge branch 'hotfix'
``