Backup update

Update a backup configuration settings (frequency, retention, S3, etc.). First UUID is the database, second is the specific backup configuration.

Usage

coolify database backup update <database_uuid> <backup_uuid>

Options

OptionTypeRequiredDefaultDescription
--databases-to-backupstringNoComma-separated list of databases to backup
--dump-allbooleanNofalseDump all databases
--enabledbooleanNofalseEnable or disable backup
--frequencystringNoBackup frequency (cron expression)
--retention-amount-locallyintegerNo0Number of backups to retain locally
--retention-amount-s3integerNo0Number of backups to retain in S3
--retention-days-locallyintegerNo0Days to retain backups locally
--retention-days-s3integerNo0Days to retain backups in S3
--retention-max-storage-locallyintegerNo0Max storage for local backups (MB)
--retention-max-storage-s3integerNo0Max storage for S3 backups (MB)
--s3-storage-uuidstringNoS3 storage UUID
--save-s3booleanNofalseSave backups to S3

Get current help

coolify database backup update --help

The installed CLI help reflects the exact options available in your CLI version.

On this page