Release notes 6.x.x
The standard Server Pro license allows you to run the application in a production environment as well as one in a non-production/sandbox environment; it is highly recommended that you provision a non-production environment for testing.
Server Pro 6.0.0
Release date: 2025-10-30
- Server Pro Image ID: - 579c87536b16
- Community Edition Image ID: - 21b21080312f
- Git Bridge Image ID: - 38f569f6f277
Binary file migration
This new release reduces the storage usage of binary files in half.
An online migration is included in version 5.5, allowing for minimal downtime as part of the upgrade. Before upgrading to Server Pro v6 make sure you're already running the latest version of Server Pro v5.5 (Release Notes 5.x.x) and have run the migration.
See full migration instructions.
MongoDB upgrade to v8
This release bumps the minimum mongo version to 8.0.
If you're currently using mongo v6 or earlier, you'd need to update your versions one major version at a time (v6 → v7 → v8).
Please ensure you have a database backup before upgrading. In case of roll-back, you will need to restore the database backup.
MongoDB v6 → v7 update
- Update - MONGO_VERSIONin your- config/overleaf.rcto- MONGO_VERSION=7.0.
- Start mongo - v7with- bin/up mongo -d
- Connect to the DB with - bin/mongo
- Ensure Feature Compatibility Version is set to - 6.0:
> db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
... 
featureCompatibilityVersion: { version: '5.0' }, 
...
> db.adminCommand( { setFeatureCompatibilityVersion: "6.0" } )
...
featureCompatibilityVersion: { version: '6.0' }, 
...- Start your Server Pro instance and verify you can login. 
Mongo v7 → v8 update
- Update - MONGO_VERSIONin your- config/overleaf.rcto- MONGO_VERSION=8.0.
- Start your Server Pro instance and verify you can login. 
Redis upgrade to v7.4
This release also bumps the minimum redis version to 7.4.
Update your REDIS_IMAGE in your config/overleaf.rc to REDIS_IMAGE=7.4.
New Features
- Link sharing now can be disabled with - OVERLEAF_DISABLE_LINK_SHARING=true.
- OVERLEAF_MAINTENANCE_MESSAGEand- OVERLEAF_MAINTENANCE_MESSAGE_HTMLare now available to customise the title and content of the Maintenance page.
- OVERLEAF_USER_HARD_DELETION_DELAYand- OVERLEAF_PROJECT_HARD_DELETION_DELAYcan be configured (in milliseconds) to modify the deleted users/projects expiration delay (defaults to 90 days).
Bugfixes
- Fixed footer rendering with links. 
- Improved error messages on SAML login errors. 
- Fixed audit log entry not added when a user's admin state is updated on SSO login. 
- Fixed History panel errors when TLS is enabled in Redis. 
- Compilations can now be stopped when using non-sandboxed compiles. 
Other changes
- All the links to the status page (set via - OVERLEAF_STATUS_PAGE_URL) now use- HTTPSand open in a new browser tab.
Last updated
Was this helpful?
