Hi, I have an error in my Ghost installation. I have approximately 3 months with my blog, and update to the most recent version.
- Hosting: DigitalOcean
- Ghost-CLI version: 1.13.1
- Ghost version: 3.5.0 (at /var/www/ghost)
- nodejs -v: v10.19.0
- npm -v: 6.13.4
This is the error that the terminal shows me when I run “ghost doctor”:
ghost-mgr@ghost-catturados:/var/www/ghost$ ghost doctor
Checking system Node.js version
Checking logged in user
Ensuring user is not logged in as ghost user
Checking if logged in user is directory owner
Checking current folder permissions
Checking operating system compatibility
Checking for a MySQL installation
- sudo systemctl is-active ghost_catturados-com
Instance is currently running
Validating config [skipped]
Checking folder permissions
Checking file permissions
Checking content folder ownership
Checking memory availability
Checking binary dependencies
One or more errors occurred.
- Checking binary dependencies
Message: The installed node version has changed since Ghost was installed.
Help: Run ghost update 3.5.0 --force to re-install binary dependencies.
Debug Information:
OS: Ubuntu, v18.04.4 LTS
Node Version: v10.19.0
Ghost Version: 3.5.0
Ghost-CLI Version: 1.13.1
Environment: production
Command: ‘ghost doctor’
Try running ghost doctor to check your system for known issues.
You can always refer to Ghost-CLI - A fully loaded tool for installation and configuration for troubleshooting.