Synapse
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 426 | 20 Sep 2024 | |
latest/edge | 481 | 19 Nov 2024 | |
1/stable | 303 | 30 Jul 2024 | |
1/edge | 345 | 31 Jul 2024 |
juju deploy synapse
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
anonymize-user
Anonymizes an user in order to make it GDPR compliant.
-
create-backup
Creates a backup to s3 storage.
-
delete-backup
Delete a backup in s3 storage by backup-id.
- Params
-
backup-id string
The backup-id to identify the backup to delete.
- Required
backup-id
-
list-backups
Lists backups in s3 storage.
-
promote-user-admin
Promote a user as a server administrator. You need to supply a user name.
-
register-user
Registers a user for the Synapse server. You need to supply a user name and whether that user should be an admin or not.
-
reset-instance
Set a new server_name before running this action. Once a server_name is configured, you must start a new instance if you wish a different one. This actions will erase all data and create a instance with the new server_name.
-
restore-backup
Restore a Synapse backup. S3 credentials are retrieved from the relation with the S3 integrator charm. The server_name and filesystem configuration for the application should be identical to the application restored.
- Params
-
backup-id string
The backup-id to identify the backup to restore.
- Required
backup-id