Question

How to update ghost on droplet

Hello,

I was able to install ghost droplet using a Youtube video but can not figure out how will I updated the theme updated or major Ghost version in the future.

I have seen the documentation on the Ghost website and tried it in terminal.

I keep getting the error “Run ghost update again within a folder where Ghost was installed with Ghost-CLI.”

Any help is appreciated


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
March 25, 2022

Hi @SumitChhabra,

From the Youtube video see in which folder you installed Ghost. You need to go to that folder like so:

  1. cd /path/to/ghost/

and run the

  1. ghost update

there.

Alternatively, I’ll urge you to check this tutorial :

https://www.digitalocean.com/community/tutorials/how-to-host-ghost-with-nginx-on-digitalocean

and follow it to install and configure Ghost from zero.