Hi
May I make a comment about an issue I encountered. I see there was an issue raised
on Github #270. I am dropping a comment here because I see the issue is already closed.
If someone else is encountering this the procedure I followed below worked.
@amet123 made a comment to do a bench migrate
This did not work for some people including myself. I did however retry it a few times
and the migrate does actually work … here is what I did…
ERPNExt already installed
bench get-app education
bench update --reset
bench --site migrate
bench restart
bench --site install-app education
bench --site migrate
bench restart
bench get-app lms
bench update --reset
bench --site migrate
bench restart
bench --site install-app lms
bench --site migrate
bench restart
I did this on two different servers and they seem to be both runningg. No errors
so far.
I thought perhaps it could help someone.