Skip to content

[Bug]: Scheduled backups for coolify-db stopped working after upgrade to v4.1.2 #10623

Description

@Motii1

Error Message and Logs

No error messages are visible in the UI.

Scheduled backups work correctly for regular database resources, but scheduled backups for the built-in Coolify database (coolify-db) are never executed.

No backup files are created locally, and there is no indication in the UI or backup history that the scheduled job has run.

Steps to Reproduce

  1. Upgrade Coolify to v4.1.2.
  2. Use a self-hosted installation without any S3-compatible storage configured.
  3. Configure backups for the built-in coolify-db database with the following settings:
    • Frequency: 0 1 * * *
    • Timezone: UTC
    • Timeout: 3600
    • Number of backups to keep: 1
    • Days to keep backups: 0
    • Maximum storage (GB): 10
  4. Wait until the scheduled backup time passes.
  5. Check the local backup storage location and backup history.

Expected result:

  • A local backup file should be created according to the schedule.

Actual result:

  • No backup file is created.
  • No trace of the scheduled backup execution can be found.
  • Scheduled backups for regular databases continue to work correctly.
  • Only coolify-db scheduled backups are affected.

Example Repository URL

No response

Coolify Version

v4.1.2

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

This setup worked correctly before upgrading to Coolify v4.1.2.

The issue appeared immediately after the upgrade.

Important details:

  • No S3 integration is configured.
  • Backups are intended to be stored locally only.
  • Scheduled backups for other databases are working as expected.
  • The problem only affects the built-in Coolify database (coolify-db).

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 Possible BugReported issues that need to be reproduced by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions