Report this

What is the reason for this report?

I think I broke my ghost blog by updating my node version

Posted on November 22, 2013

On my droplet I use git to pull a new theme, and it uses SASS and Compass and Grunt to compile the code. So I needed to update nodejs for it to work. and after updating my node and rebooting the server I get a 502 Bad Gateway when I visit my site.

when running (sudo or not) $ service ghost start

It gives me the feedback that Ghost is started really quickly (too quickly) and if afterwards I check with $ service ghost status it says it is not running.

nginx does the same.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try starting ghost manually – does it work? <br><pre>cd /var/www/ghost <br>npm start</pre>

Yes I tried that as well, it does work, however it gives me a blank ghost installation, and all my original blog posts are gone not a big deal since I was looking to upgrade ghost to a newer version anyway. but this does not keep Ghost running once I exit the terminal

I managed to solve it at the moment by using the Forever <br> <br>$ npm install forever <br>$ forever start index.js <br> <br>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.