You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CLI 1.9 we have invented a new mechanism for systemd to figure out if Ghost is running or not.
CLI writes into the blog's config file, but doesn't clean up it afterwards (bootstrap-socket options)
If you then run ghost run the bootstrap socket options still exist and Ghost tries to connect to the socket. That is all fine, Ghost is just trying and stops after 3 tries, but it's very confusing.
If we remove the config, the CLI will add it next time ghost get's started/restarted.
Steps to Reproduce
Install Ghost on production using systemd
Start your blog
Stop your blog
run ghost run
Ghost-CLI: master
The text was updated successfully, but these errors were encountered:
Summary
With CLI 1.9 we have invented a new mechanism for systemd to figure out if Ghost is running or not.
CLI writes into the blog's config file, but doesn't clean up it afterwards (
bootstrap-socket
options)If you then run
ghost run
the bootstrap socket options still exist and Ghost tries to connect to the socket. That is all fine, Ghost is just trying and stops after 3 tries, but it's very confusing.If we remove the config, the CLI will add it next time ghost get's started/restarted.
Steps to Reproduce
ghost run
Ghost-CLI: master
The text was updated successfully, but these errors were encountered: