coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
33.27k stars 1.79k forks source link

[Bug]: Scheduled backups are broken #3894

Open SaizFerri opened 2 weeks ago

SaizFerri commented 2 weeks ago

First of all, thank you for this awesome piece of software! Backups had been working flawlessly until recent upgrades.

Error Message and Logs

App\Jobs\DatabaseBackupJob ..................... RUNNING
App\Jobs\DatabaseBackupJob ................ 77.92ms FAIL

Steps to Reproduce

  1. Open a database service like a postgres one
  2. Create a weely backup
  3. Hit Backup now

Actual: A successful toast message is shown saying that the backup is queued. After a while there is no backup and upon checking the logs I see that it failed but there are no more details. Also, after doing any version upgrade, all scheduled backups settings are gone.

Expected: Backup is created successfully and backup settings stay across coolify version upgrades.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.360

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04.4 LTS

Additional Information

No response

JakeKydd commented 1 week ago

Can verify that automated Database Backups are broken as of beta.356

MySQL backups for database instances fail, Backups for Coolify's own database continue to work.