Our team release updates to the open source software every week, and you can find out whether new updates are available any time by running
ghost check-update
.
If you’re already running the latest major version (6.x
) - update using Ghost CLI by running
ghost backup
first.
Updating to the latest major version (6.x)
If you’re running Ghost 5.x with MySQL 8, updating your Ghost-CLI site is still just as easy as usual, but there are breaking changes you should check out first.The web analytics feature is not compatible with Ghost-CLI. There is a docker-based hosting method currently in preview, which includes a migration tool for Ghost CLI sites: check it out.
- Running Ghost version
3.0.0
or higher and are using MySQL in production - Development sites using any database
- Running on a Ghost version less than
3.0.0
- Using SQLite3 in production on any Ghost version
Ghost Version | Database | Update method |
---|---|---|
< 2.x | Any | Reinstall |
3.x, 4.x | SQLite | Reinstall |
3.x, 4.x | MySQL | Update |
5.x | MySQL | Update |