makemeraf 19 Posted June 27, 2018 Share Posted June 27, 2018 I already have a Codius server running. How do I update it? Link to post Share on other sites
Flardryn 1 Posted June 27, 2018 Share Posted June 27, 2018 +1 , i also need to know thanks Link to post Share on other sites
Donkey 1,739 Posted June 27, 2018 Share Posted June 27, 2018 You can use the command "npm update -g codiusd" Link to post Share on other sites
retryW 3,836 Posted June 28, 2018 Share Posted June 28, 2018 (edited) 16 hours ago, makemeraf said: I already have a Codius server running. How do I update it? Log in as root: npm upgrade -g codiusd --unsafe-perm Edited June 28, 2018 by retryW Link to post Share on other sites
Jonnyoxford 0 Posted June 28, 2018 Share Posted June 28, 2018 1 hour ago, retryW said: Log in as root: npm upgrade -g codiusd --unsafe-perm Hi I have tried as you suggested but nothing happens, what am I doing wrong, is there a step I'm missing? Link to post Share on other sites
Heisenberg 73 Posted June 28, 2018 Share Posted June 28, 2018 17 hours ago, Jonnyoxford said: Hi I have tried as you suggested but nothing happens, what am I doing wrong, is there a step I'm missing? I'm having the same issue on one of my nodes. When I run the npm upgrade command nothing happens. When I ran on my others server it updated successfully. No idea why yet. Link to post Share on other sites
teletubi 314 Posted June 28, 2018 Share Posted June 28, 2018 npm update -i codiusd -g systemctl daemon-reload systemctl restart codiusd http://codius.blog/update/ Link to post Share on other sites
Heisenberg 73 Posted June 29, 2018 Share Posted June 29, 2018 21 hours ago, teletubi said: npm update -i codiusd -g systemctl daemon-reload systemctl restart codiusd http://codius.blog/update/ Yes that's the command I ran, just nothing happens. On my other server it runs perfectly. Haven't investigated too much yet but nothing obvious jumping out at me. Link to post Share on other sites
Heisenberg 73 Posted July 2, 2018 Share Posted July 2, 2018 For anyone who had the same issue as me, whereby nothing happened when I ran the npm update command, please use yarn to update codiusd. It did the trick for me is now updated to version 1.1.1 yarn global remove codiusd yarn global add codiusd systemctl restart codiusd Jonnyoxford 1 Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now