Skip to content

Commit

Permalink
[WIP] Adding backup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Jun 29, 2023
1 parent f97cdf9 commit b303c3c
Show file tree
Hide file tree
Showing 9 changed files with 2,472 additions and 18 deletions.
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

0 comments on commit b303c3c

Please sign in to comment.