You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
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
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
Error Message and Logs
Invalid Cron / Human expression
Steps to Reproduce
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,
The text was updated successfully, but these errors were encountered: