This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.123.0...v5.125.0
Tag Name: v5.125.0
Release Date: 6/12/2025
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.125.0 introduces a new site_uuid setting that provides a unique identifier for each Ghost instance. This feature is designed to improve integration with multi-tenant services like Tinybird. The update includes a migration to add this setting and ensures it remains persistent even during content imports. The site_uuid is designed to be immutable once set, creating a reliable identifier for each Ghost installation.
site_uuid as a unique identifier for Ghost instancessite_uuid during content importsThis release includes a database migration that automatically adds the site_uuid setting to your Ghost installation. The migration will:
site_uuid is specified in your Ghost configurationNo manual action is required for this migration. The site_uuid will be automatically set during the update process.
Note that future releases will include additional validation of the site_uuid on boot and expose this value through the /site endpoint.
This is a minor feature release that adds infrastructure for future improvements. It's recommended to upgrade at your convenience, especially if you're planning to integrate with multi-tenant services or need a unique identifier for your Ghost instance.
The update is non-disruptive and includes an automatic migration that requires no manual intervention.
No specific bug fixes were mentioned in this release.
Ghost now includes a site_uuid setting that serves as a unique identifier for each Ghost installation. This feature:
config.get('site_uuid') if it's already set and validThis implementation lays the groundwork for improved integration with multi-tenant services like Tinybird, allowing for better tracking and management of multiple Ghost instances.
No security fixes were mentioned in this release.
No specific performance improvements were mentioned in this release.
This release introduces a foundational feature with the site_uuid implementation, which will enable better integration capabilities for Ghost instances. The impact is minimal for most users as the change happens behind the scenes with an automatic migration.
For developers and integration partners, this release provides a new capability to uniquely identify Ghost instances, which will be particularly valuable when working with multi-tenant services like Tinybird.
The site_uuid is designed to be set once and remain immutable, providing a reliable identifier throughout the lifecycle of a Ghost installation. This release includes only the initial implementation with the migration, with additional functionality planned for future releases.
This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.123.0...v5.125.0