When managing your self-hosted Ghost publication using the recommended ghost-cli
tooling, you should update your CLI version. If you are using a deprecated version and need to update in order to update or manage your Ghost site, some extra steps may be required.
ghost-cli
run ghost migrate
manually.
.ghost-cli
file in your ghost instance folder and replace the version noted by “cli-version” with “1.0.0”.
crontab -e
, then in the editor remove the line that has ghost ssl-renew
on itrm -f ./system/files/*.conf
setup ssl
then run: ghost setup nginx ssl
. If you setup Ghost without ssl run: ghost setup nginx