You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphite:app-links <app> # list all graphite service links for a given app
21
+
graphite:backup-set-public-key-encryption <service> <public-key-id> # set GPG Public Key encryption for all future backups of graphite service
22
+
graphite:backup-unset-public-key-encryption <service> # unset GPG Public Key encryption for future backups of the graphite service
21
23
graphite:create <service> [--create-flags...] # create a graphite service
22
24
graphite:destroy <service> [-f|--force] # delete the graphite service/data/container if there are no links left
23
25
graphite:enter <service> # enter or run a command in a running graphite service container
@@ -498,6 +500,39 @@ List all apps linked to the `lollipop` graphite service.
498
500
```shell
499
501
dokku graphite:links lollipop
500
502
```
503
+
### Backups
504
+
505
+
Datastore backups are supported via AWS S3 and S3 compatible services like [minio](https://github.com/minio/minio).
506
+
507
+
You may skip the `backup-auth` step if your dokku install is running within EC2 and has access to the bucket via an IAM profile. In that case, use the `--use-iam` option with the `backup` command.
508
+
509
+
Backups can be performed using the backup commands:
510
+
511
+
### set GPG Public Key encryption for all future backups of graphite service
0 commit comments