fix(backups): honor full dumps and selected storage deletion (#11331)

This commit is contained in:
Andras Bacsai
2026-08-17 18:29:09 +02:00
committed by GitHub
parent db1316f878
commit 5c6defbc76
4 changed files with 92 additions and 36 deletions
+1
View File
@@ -11,6 +11,7 @@ class ScheduledDatabaseBackup extends BaseModel
protected function casts(): array
{
return [
'dump_all' => 'boolean',
'database_backup_retention_max_storage_locally' => 'float',
'database_backup_retention_max_storage_s3' => 'float',
];