-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
π TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.
Description
Error Message and Logs
I have setup my Postgres and Mariadb databases to be backed up to B2 daily. Every day I get an email saying "Coolify: Backup succeeded locally but S3 upload failed for $BUCKET_NAME" with a body like this:
Database backup for xxx (db:xxx) with frequency of 0 0 * * * succeeded locally but failed to upload to S3.
S3 Error: Request to the Resend API failed. Reason: Undefined array key "name"
Check S3 Configuration: https://$instance_url/storages/$db_id
If you notice, the error is actually about a resend api failure - there was a misconfiguration in my resend config (my from address domain was not registered).
So the resend failure is bubbling up to the notification about the backup having failed - which is false, the backup history shows the backups having completed successfully.
Steps to Reproduce
- Have a Resend notification misconfiguration - like using an invalid from address.
- Set up database s3 backups automation
- When the backup happens, you will get an error saying the S3 upload failed.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.468
Are you using Coolify Cloud?
Yes (Coolify Cloud)
Operating System and Version (self-hosted)
No response
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
π TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.