Valkey
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 9/edge | 83 | Today | |
| 9/edge | 82 | Today |
juju deploy valkey --channel 9/edge
-
create-backup
Stream a fresh RDB backup of this unit's Valkey instance to the related backup storage. Runs on the targeted unit (any unit, leader or follower). Credentials are taken from the related storage integrator charm.
-
list-backups
List all backup objects in the configured backup storage, 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 the related backup storage. Replaces the data on all units. Run on the leader unit. The backup-id must be one returned by list-backups. Credentials are taken from the related storage 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.