Back Up and Running!

Well it's been a couple of months since I last posted anything here! It's been a busy couple of months but after some maintenance on this site, it's back up and running!

Somehow the SSL had expired, even though I'm sure it should've auto renewed, getting that sorted was the first step so I could access the site the do the rest. Luckily this was possible using the Ghost CLI, although I did have to upgrade it first, so running:

npm install -g ghost-cli@latest

will upgrade the Ghost CLI to the latest version. You can then run the following to renew the SSL:

ghost setup ssl-renew

Once I could access the site, I realised I was running an out of date version of Ghost, 4.37 to be exact, but 4.45, again using the Ghost CLI, this update is as simple as running:

ghost update --no-mem-check

The --no-mem-check is important as this bypasses a memory check which when fails, prevents Ghost from updating. Ghost recommends having 150MB available however I have only half of that and yet to notice any issues.