Valkey

Canonical Publisher

Platform:

Channel Revision Published Runs on
9/edge 73 27 Aug 2026
Ubuntu 24.04
9/edge 72 27 Aug 2026
Ubuntu 24.04
juju deploy valkey --channel 9/edge

Learn about actions >

  • create-backup

    Stream a fresh RDB backup of this unit's Valkey instance to S3. Runs on the targeted unit (any unit, leader or follower). S3 credentials are taken from the related s3-integrator charm.

  • list-backups

    List all backup objects in the configured S3 bucket, newest first. Safe to run while another backup is uploading.

    Params
    • output string

      Output format of the backup list, either "table" or "json".

  • restore

    Restore the cluster's dataset from a backup in S3. Replaces the data on all units. Run on the leader unit. The backup-id must be one returned by list-backups. S3 credentials are taken from the related s3-integrator charm.

    Params
    • backup-id string

      The backup-id to restore, in the format produced by list-backups (YYYY-MM-DDTHH:MM:SSZ).

  • status-detail

    Gets statuses of the charm

    Params
    • recompute boolean

      a boolean indicating whether a unit should recompute all statuses.

  • sync-ldap-users

    Synchronize users from related LDAP provider to Valkey's ACL file.