coolify/resources/views/emails/backup-success-with-s3-warning.blade.php
peaklabs-dev f9958d83dc
feat(notifcations): use just the coolify database name in notifications
- no longer use the cluster database_name in backup notifications as we always backup all databases
2026-02-03 00:28:20 +01:00

9 lines
252 B
PHP

<x-emails.layout>
Database backup for {{ $name }} with frequency of {{ $frequency }} succeeded locally but failed to upload to S3.
S3 Error: {{ $s3_error }}
@if($s3_storage_url)
Check S3 Configuration: {{ $s3_storage_url }}
@endif
</x-emails.layout>