I wanted to upgrade from v2 → v3 and everything went smoothly apart from that ghost-cli appears to be frozen when starting the instance of the website.
sudo systemctl reset-failed ghost_tomaytotomato-com
[16:50:57] Ensuring user is not logged in as ghost user [started]
[16:50:57] Ensuring user is not logged in as ghost user [completed]
[16:50:57] Checking if logged in user is directory owner [started]
[16:50:57] Checking if logged in user is directory owner [completed]
[16:50:57] Checking current folder permissions [started]
[16:50:57] Checking current folder permissions [completed]
[16:50:57] Validating config [started]
However there is a complaint about connecting to the bootstrap server on port 8000 and a SLOW_GET_HELPER
I tried lsof -i :8080 but could not find any process bound to that port.
[2020-04-15 20:12:07] INFO Ghost is running in production…
[2020-04-15 20:12:07] INFO Your site is now available on http://tomaytotomato.com/
[2020-04-15 20:12:07] INFO Ctrl+C to shut down
[2020-04-15 20:12:07] WARN Can’t connect to the bootstrap socket (localhost 8000) ECONNREFUSED
[2020-04-15 20:12:07] WARN Tries: 0
[2020-04-15 20:12:07] WARN Retrying…
[2020-04-15 20:12:07] WARN Can’t connect to the bootstrap socket (localhost 8000) ECONNREFUSED
[2020-04-15 20:12:07] WARN Tries: 1
[2020-04-15 20:12:07] WARN Retrying…
[2020-04-15 20:12:07] WARN Can’t connect to the bootstrap socket (localhost 8000) ECONNREFUSED
[2020-04-15 20:12:07] WARN Tries: 2
[2020-04-15 20:12:07] WARN Retrying…
[2020-04-15 20:12:07] WARN Can’t connect to the bootstrap socket (localhost 8000) ECONNREFUSED
[2020-04-15 20:12:07] INFO Ghost boot 7.912s
[2020-04-15 20:12:50] INFO “GET /data/admin/allowurl.txt” 301 24ms
(node:7728) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
[2020-04-15 20:12:51] WARN {{#get}} helper took 448ms to complete
I’m seeing similar behaviour. Running ghost setup systemd just said it’s already configured. Starting manually I get the an almost identical log to @tomaytotomato, but when I start the service via systemctl, running ghost log doesn’t show any activity. Will keep digging!