Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-1720] Add backups to k8s charm and configure PBM #172

Merged
merged 13 commits into from
Jul 22, 2023
16 changes: 16 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ set-password:
password:
type: string
description: The password will be auto-generated if this option is not specified.

create-backup:
description: Create a database backup.
S3 credentials are retrieved from a relation with the S3 integrator charm.

list-backups:
description: List available backup_ids in the S3 bucket and path provided by the S3 integrator charm.

restore:
description: Restore a database backup.
S3 credentials are retrieved from a relation with the S3 integrator charm.
params:
backup-id:
type: string
description: A backup-id to identify the backup to restore. Format of <%Y-%m-%dT%H:%M:%SZ>

set-tls-private-key:
description: Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately.
params:
Expand Down
Loading