You are a beginner with Ghost CMS, Bitanami, AWS Lightsail and don't know much about the documentation yet. So, in this article, I introduce step by step to upgrade Ghost CMS to the latest version.
Follow the steps below:
You need to backup your data first
Check the theme
Upgrade version
cd /opt/bitnami/ghost
sudo npm install ghost-cli
ghost update
sudo /opt/bitnami/ctlscript.sh restart
Thank you!!!