docs: make the gpg passphrase a bit more clear
This commit is contained in:
@@ -530,7 +530,7 @@ dokku postgres:backup lolipop my-s3-bucket --use-iam
|
|||||||
dokku postgres:backup-set-encryption <service> <passphrase>
|
dokku postgres:backup-set-encryption <service> <passphrase>
|
||||||
```
|
```
|
||||||
|
|
||||||
Set a gpg passphrase for backups:
|
Set the gpg-compatible passphrase for encrypting backups for backups:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dokku postgres:backup-set-encryption lolipop
|
dokku postgres:backup-set-encryption lolipop
|
||||||
@@ -543,7 +543,7 @@ dokku postgres:backup-set-encryption lolipop
|
|||||||
dokku postgres:backup-unset-encryption <service>
|
dokku postgres:backup-unset-encryption <service>
|
||||||
```
|
```
|
||||||
|
|
||||||
Unset a gpg encryption key for backups:
|
Unset the gpg encryption passphrase for backups:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dokku postgres:backup-unset-encryption lolipop
|
dokku postgres:backup-unset-encryption lolipop
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source "$PLUGIN_BASE_PATH/common/functions"
|
|||||||
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
||||||
|
|
||||||
service-backup-set-encryption-cmd() {
|
service-backup-set-encryption-cmd() {
|
||||||
#E set a GPG passphrase for backups
|
#E set the GPG-compatible passphrase for encrypting backups for backups
|
||||||
#E dokku $PLUGIN_COMMAND_PREFIX:backup-set-encryption lolipop
|
#E dokku $PLUGIN_COMMAND_PREFIX:backup-set-encryption lolipop
|
||||||
#A service, service to run command against
|
#A service, service to run command against
|
||||||
#A passphrase, a GPG-compatible passphrase
|
#A passphrase, a GPG-compatible passphrase
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source "$PLUGIN_BASE_PATH/common/functions"
|
|||||||
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
||||||
|
|
||||||
service-backup-unset-encryption-cmd() {
|
service-backup-unset-encryption-cmd() {
|
||||||
#E unset a GPG encryption key for backups
|
#E unset the GPG encryption passphrase for backups
|
||||||
#E dokku $PLUGIN_COMMAND_PREFIX:backup-unset-encryption lolipop
|
#E dokku $PLUGIN_COMMAND_PREFIX:backup-unset-encryption lolipop
|
||||||
#A service, service to run command against
|
#A service, service to run command against
|
||||||
declare desc="unsets encryption for future backups of the $PLUGIN_SERVICE service"
|
declare desc="unsets encryption for future backups of the $PLUGIN_SERVICE service"
|
||||||
|
|||||||
Reference in New Issue
Block a user