coolify/app/Livewire/Project/Database
Andras Bacsai 2c64136503 feat(backup): enhance backup job with S3 upload handling and notifications
- Introduced a new notification class, BackupSuccessWithS3Warning, to alert users when local backups succeed but S3 uploads fail.
- Updated DatabaseBackupJob to track local backup success and handle S3 upload errors, improving error reporting and user notifications.
- Modified ScheduledDatabaseBackupExecution model to include a new s3_uploaded boolean field for tracking S3 upload status.
- Adjusted views and validation logic to reflect changes in backup execution status and S3 handling.
- Added tests to ensure the new s3_uploaded column is correctly implemented and validated.
2025-10-07 15:02:23 +02:00
..
Backup Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Clickhouse feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Dragonfly feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Keydb feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Mariadb feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Mongodb feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Mysql feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Postgresql feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Redis feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
BackupEdit.php feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
BackupExecutions.php feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
BackupNow.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Configuration.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
CreateScheduledBackup.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Heading.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Import.php Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency" 2025-09-15 17:56:48 +02:00
InitScript.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ScheduledBackups.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00