Ghost field to upgrade, so i tried to force the upgrade, unfortunately i got this error!! any help…?
this is the error…
Debug Information:
OS: Ubuntu, v22.04.2 LTS
Node Version: v18.16.0
Ghost Version: 5.45.0
Ghost-CLI Version: 1.24.0
Environment: production
Command: ‘ghost update 5.45.0 --force’
Message: Ghost was able to start, but errored during boot with: alter table post_revisions add feature_image_caption varchar(65535) null, algorithm=copy - Column length too big for column ‘feature_image_caption’ (max = 16383); use BLOB or TEXT instead
Help: Error occurred while executing the following migration: 2023-04-21-13-01-add-feature-image-meta-to-post-revisions.js
Suggestion: journalctl -u ghost_mrsoso-com -n 50
Stack: Error: Ghost was able to start, but errored during boot with: alter table post_revisions add feature_image_caption varchar(65535) null, algorithm=copy - Column length too big for column ‘feature_image_caption’ (max = 16383); use BLOB or TEXT instead
at Server. (/usr/lib/node_modules/ghost-cli/lib/utils/port-polling.js:73:28)
at Object.onceWrapper (node:events:627:28)
at Server.emit (node:events:513:28)
at emitCloseNT (node:net:2135:8)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
sudo systemctl is-active ghost_mrsoso-com Checking system Node.js version - found v18.16.0 Ensuring user is not logged in as ghost user Checking if logged in user is directory owner Checking current folder permissions Checking folder permissions Checking file permissions Checking content folder ownership Checking memory availability Checking free space Checking for available migrations Checking for latest Ghost version
All up to date!
My current version is 5.44.0 and im trying to upgrade to 5.45.0
I’ve moved your posts to #help since this isn’t a bug.
To check for an update use…
ghost check-update
…and the current response is…
Love open source? We’re hiring JavaScript Engineers to work on Ghost full-time.
https://careers.ghost.org
Current version: 5.43.0
Latest version: 5.44.0
Minor update available!
but on GitHub the latest version is 5.45.0 not 5.44.0 !!
so if ur getting 5.44.0 that means my setup is fine, nothing is wrong and its a bug in ghost as it should return 5.45.0 instead of 5.44.0
I’m a Ghost user, just like you. My guess is that updates are first released to Ghost(Pro) before general release. However, this is a minor release, so I don’t see the urgency. Moreover, it was only released three days ago.
The Ghost dashboard will inform you when the update is available, or simply check with ghost check-update.