coolify/resources/views/livewire/project/database
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
..
backup feat: add titles 2024-06-07 11:01:10 +02:00
clickhouse fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
dragonfly fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
keydb fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
mariadb fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
mongodb fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
mysql fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
postgresql fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
redis fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
backup-edit.blade.php fix: wording 2025-01-14 09:22:15 +01:00
backup-executions.blade.php fix(backups): retention settings 2025-03-14 15:28:12 +01:00
backup-now.blade.php fix: update Livewire button click method to use camelCase 2025-01-07 11:03:23 +01:00
configuration.blade.php fix(ui): metrics stuck in loading state 2025-01-22 18:07:57 +01:00
create-scheduled-backup.blade.php ui 2024-11-06 12:49:57 +01:00
heading.blade.php fix(ui): adjust polling intervals for database and service status checks 2025-02-17 09:52:27 +01:00
import.blade.php fix(database): adjust MongoDB restore command and import view styling 2025-01-28 12:41:22 +01:00
init-script.blade.php fix indexing after deletion and make sure init script is removed form the server 2024-10-18 20:51:51 +02:00
scheduled-backups.blade.php fix: even more wire:navigate 2025-01-10 16:45:08 +01:00