I have downloaded the vm from website. and want to upgarde it to latest version with gst but once I run bench update and then bench update --upgrade it fails with long list of errors
I have tried the following solutions
sudo chown -R frappe:frappe /home/frappe/.bench
sudo chown -R frappe:frappe /home/frappe/frappe-bench
cd /home/frappe/.bench
git reset --hard
git pull
cd /home/frappe/frappe-bench
bench update
I even hard reset the git in apps and frappe folder but I could not find the .bench directory in the vm
With regards
Deepak Kashyap
Hello!
My steps worked in a month ago:
@clarkej , as you proposed I take out ‘use strict’
no change…
To make it short, I pulled a new Dev instance.
I made:
sudo apt-get update
sudo apt-get upgrade
cd frappe-bench
bench update --upgrade / supervisor error
bench setup socketio
bench setup supervisor
bench setup nginx
edit: bench setup redis-cache ← if ‘redis-cache’ is not recognized try ‘redis’
sudo service nginx reload
sudo supervisorctl reload
then
sudo bench setup production frappe
then
as @imobde3 suggested
c…
Hope this helps.
Anshul
June 30, 2017, 6:49am
3
Hi Deepak!
Let me know if this works for you. I’m facing same issue as yours
rmehta
June 30, 2017, 7:39am
4
deepakk:
cd /home/frappe/.bench
The bench repo could also be on /home/frappe/bench-repo
on older installs.
I am trying the solution in first post will post feedback
When I run
bench update --upgrade / supervisor error
I get error
Error: Got unexpected extra arguments (/ supervisor error)
Now I have come back to this point after I ran bench update --upgrade
bench.utils.CommandFailedError: npm install
Update:
I have upgarded the nodej as per instructions here and ran bench upgrade but still it fails
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo ln -sf /usr/local/n/versions/node//bin/node /usr/bin/node
The Reset Git
cd /home/frappe/bench-repo
git reset --hard
git pull
cd /home/frappe/frappe-bench/apps/erpnext
git reset --hard
git pull
cd /home/frappe/frappe-bench/apps/frappe
git reset --hard
git pull
bench update --upgrade
Now I am getting only a screen with Home & Login links but no login text box
Finally Got it Working after running
bench clear-cache
1 Like
@deepakk
Nice work keep up!
This subject should be closed…
Ok now though I logged in and the setup asked the question the frapper cup is chaking for all the while
It doesn;t take that long usually
When I inpect the page I saw this error
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Ok this too Solved
bench update --build
bench migrate
It Cannot Save the Data Yet!
It is V8 by now:
Plese close this subject.