Keywords: Ghost - AWS - Technical issue - Upgrade
bndiagnostic ID: bc71a0ea-cec7-d33f-d53a-d1d4adbca417
bndiagnostic output:
? Apache: Found possible issues
? Resources: Found possible issues
? Processes: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
https://docs.bitnami.com/installer/faq/linux-faq/administration/increase-memory-linux/
bndiagnostic failure reason: The documentation did not make any significant change
Description:
This issue emerged after I had tried to create a new cert with Letsencrypt using the command line tool. At first I could not get ghost to start up. Then I upgraded the CLI and got into serious trouble.
After upgrading ghost-cli to 1.19.3, all the ghost commands stopped working:
bitnami@ip-xxx:/opt/bitnami/ghost$ sudo su ghost ghost update
sh: 0: Can’t open ghost
bitnami@ip-xxx:/opt/bitnami/ghost$ ghost doctor
-bash: ghost: command not found
bitnami@ip-xxx:/opt/bitnami/ghost$ sudo su ghost -c “ghost doctor”
sh: 1: ghost: not found
And the update does not work either:
bitnami@ip-xxx:/opt/bitnami/ghost$ sudo su ghost -c “ghost update”
sh: 1: ghost: not found
I have no idea what to do next. I already upgraded from a t2.micro to t2.small AWS instance to see if memory was an issue, as suggested somewhere, but this did not make a difference.