v4.3.7
Changed 2
- Store locally uploaded profile pictures and project icons in persistent private storage so they survive upgrades
- Improve clipboard copying for API tokens and other read-only fields
Fixed 7
- Create complete PostgreSQL, MySQL, and MariaDB dumps when "All databases" is selected, preserve multi-database selections, and honor the chosen storage when deleting backups
- Restore backup pages for applications configured with directory-only backup targets
- Make deployment cancellation reliable across the API, MCP, and preview cleanup flows, and advance the next queued deployment after cancellation
- Fix PostgreSQL and volume backups to S3-compatible storage on servers using non-root SSH users
- Preserve ports and existing entries when editing application and service domains or S3 endpoint URLs
- Prevent Docker cleanup from accidentally deleting images marked with the coolify.managed=true label
- Keep table dropdowns visible and correctly positioned inside scrolling or overflowing containers
Fixes
- Created complete PostgreSQL, MySQL, and MariaDB dumps when “All databases” was selected, preserved multi-database selections, and honored the chosen storage when deleting backups (#11331, closes #11325).
- Restored backup pages for applications configured with directory-only backup targets (#11332, closes #11307).
- Made deployment cancellation reliable across the API, MCP, and preview cleanup flows, and advanced the next queued deployment after cancellation (#11330, closes #11327).
- Fixed PostgreSQL and volume backups to S3-compatible storage on servers using non-root SSH users (#11329, closes #11304).
- Preserved ports and existing entries when editing application and service domains or S3 endpoint URLs (#11328, closes #11320).
- Prevented Docker cleanup from accidentally deleting images marked with the
coolify.managed=truelabel (#8831, closes #8822). - Kept table dropdowns visible and correctly positioned inside scrolling or overflowing containers.
Improvements
- Stored locally uploaded profile pictures and project icons in persistent private storage so they survived upgrades.
- Improved clipboard copying for API tokens and other read-only fields.
What's Changed
- fix(docker): docker cleanup correctly checks the coolify.managed label by @dionvanhecke in https://github.com/coollabsio/coolify/pull/8831
- fix(domains): preserve ports in split URL inputs by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11328
- fix(sudo): preserve substitutions in backup shell commands by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11329
- fix(deployments): advance queue after cancellations by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11330
- fix(backups): render form for directory-only targets by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11332
- fix(backups): honor full dumps and selected storage deletion by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11331
New Contributors
- @dionvanhecke made their first contribution in https://github.com/coollabsio/coolify/pull/8831
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.6...v4.3.7