mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
- no longer use the cluster database_name in backup notifications as we always backup all databases
9 lines
252 B
PHP
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>
|