Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Setting database backup frequency to "hourlyy" is a one-way update #4463

Open
WilsonLe opened this issue Dec 3, 2024 · 0 comments
Open

Comments

@WilsonLe
Copy link

WilsonLe commented Dec 3, 2024

Error Message and Logs

Invalid Cron / Human expression

Steps to Reproduce

  1. Go to any scheduled database backup
  2. Set the frequency to "hourlyy"
  3. Watch the app accepting the "hourlyy" value
  4. Great, now you can't change it to anything else without getting error Invalid Cron / Human expression

Example Repository URL

No response

Coolify Version

v4.0.0-beta.373

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

No response

Additional Information

My work around is to ssh into the underlying server running Coolify,

docker exec -it <postgres_container_id> bash

# in container as root
su postgres

# in container as postgres
psql -U coolify

# in psql
UPDATE scheduled_database_backups
SET frequency = 'hourly'
WHERE frequency = 'hourlyy';
@WilsonLe WilsonLe added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Dec 3, 2024
@peaklabs-dev peaklabs-dev self-assigned this Dec 13, 2024
@peaklabs-dev peaklabs-dev added 🐞 Confirmed Bug Verified issues that have been reproduced by the team. and removed 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Dec 13, 2024
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Dec 13, 2024
@github-actions github-actions bot removed the 🐞 Confirmed Bug Verified issues that have been reproduced by the team. label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants