AdminUI didn’t support all standard crontab expressions for backups schedules.

Details

Detail name Value
Changelog Number 27478
Type Bug
Status Resolved
Affected Versions Exasol 2025.1.0, AdminUI 1.1.1
Fix Versions Exasol 2025.1.5, AdminUI 1.1.2
Resolution Date 2025-11-18

Description

AdminUI didn’t support all standard crontab expressions for backups schedules:

  • comma separated values
  • ranges
  • months as numbers
  • weekdays as numbers

Workaround

Instead of using comma separated values or ranges, multiple backup schedules can be used instead.

For example, * 10,20 * * * can be turned into two different backup schedules:

  • * 10 * * *
  • * 20 * * *

Fix

All standard crontab expressions are now supported on AdminUI.

New backup schedules can be defined using ranges, comma separated values, etc.

Already existing backup schedules are properly managed on AdminUI.