Ghost version was ~3.11
We decided to upgrade up to version 5.*, of course, first we upgraded to version 3.42.9, raised the site, checked what was working and set it to update to version 5.
After the version 5 was installed, version what ghost used still was 3.42.9. Now the task is just to raise the site, but after ghost start we have next situation:
1. ghost starts successfully
blog@host:/var/www/blog$ ghost start
Checking system Node.js version - found v14.17.0
Ensuring user is not logged in as ghost user [skipped]
Checking if logged in user is directory owner [skipped]
Checking current folder permissions
Validating config
o✔ Checking memory availability
Checking binary dependencies
☲ Starting Ghost: <name>
Starting Ghost: <name>
Your admin interface is located at:
https://<name>/ghost/
2. if try to use ghost status immediatly after it has been started, we recive:
blog@host:/var/www/blog$ ghost status
<name> │ /var/www/blog │ 3.42.9 │ running (production) │ https://<host> │ 2368 │ local
3. if we try next to ghost status, we recive:
<name >│ /var/www/blog │ 3.42.9 │ stopped │ n/a │ n/a │ n/a
Another trys to start/restart also didn’t work