coolify/bootstrap/helpers
peaklabs-dev ee93ccd8e7
fix(backups): retention settings
- If you set a low local backup retention, for example 2 backups for local backup retention and 10 backups for S3, then the S3 backups were never deleted, not even after 10 days. This was because we check the file paths based on the backup executions table, and as soon as a backup was deleted locally, the execution was removed, which meant after 10 days for s3 there where no backups older then 10 days just the 2 local backups which is just wrong. Now we only delete a backup execution if it has been removed from both locations.
- Also added a nice little UI element to see where your backup is available.
2025-03-14 15:28:12 +01:00
..
api.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
applications.php feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
constants.php Support PopOS as server 2024-12-04 13:19:00 +01:00
databases.php fix(backups): retention settings 2025-03-14 15:28:12 +01:00
docker.php fix(revert): label parsing 2025-02-28 20:25:19 +01:00
github.php chore: remove more logging 2025-01-06 21:16:57 +01:00
notifications.php refactor(notifications): Improve transactional email settings handling 2025-02-27 12:56:37 +01:00
proxy.php feat(core): add name to default proxy configuration 2025-02-03 21:24:01 +01:00
remoteProcess.php fix: getcontainer status should timeout after 30s 2025-01-10 12:04:59 +01:00
services.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
shared.php refactor(nginx): streamline default Nginx configuration and improve error handling 2025-03-13 20:30:22 +01:00
socialite.php Added support for passing hd parameter to Google via existing tenant column in oauth_settings 2025-02-16 16:44:22 -08:00
subscriptions.php add 'admin' to allowed paths for unsubscribed accounts 2024-12-16 13:00:29 +01:00
timezone.php refactor: improve data formatting and UI 2025-01-15 18:35:20 +01:00