Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17b76038a3 | ||
|
|
8adce1f206 | ||
|
|
7e54c6be64 | ||
|
|
c728a443c2 | ||
|
|
fe6afbb51b | ||
|
|
945e43cb65 | ||
|
|
936fcb5931 | ||
|
|
e59116d69e | ||
|
|
4376ad269d | ||
|
|
674ba8b8c9 | ||
|
|
d11614bd50 | ||
|
|
5925f9c4d4 | ||
|
|
507526b01c | ||
|
|
81771f0e2c | ||
|
|
451c9aea70 | ||
|
|
e82d66a56b | ||
|
|
d602498d4f | ||
|
|
15fa64e838 | ||
|
|
cd7e66c454 | ||
|
|
f7fc11192d | ||
|
|
91b0a4ad00 | ||
|
|
e1f721f39b | ||
|
|
2f816534da | ||
|
|
9ab50f6feb | ||
|
|
d8b3273161 | ||
|
|
d1da450dc9 | ||
|
|
0ed012a16b | ||
|
|
ef356c56de | ||
|
|
2021cb23da | ||
|
|
e844659f8f | ||
|
|
88ad80c096 | ||
|
|
ba3d81cd20 | ||
|
|
0c625d5e71 | ||
|
|
b787d66665 | ||
|
|
627ebb5ab6 | ||
|
|
da56f1b26e | ||
|
|
081ab67c14 | ||
|
|
61f0d78a93 | ||
|
|
5171614175 | ||
|
|
1077c49a15 | ||
|
|
50a7923695 |
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -5,7 +5,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- "*"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -17,7 +17,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
unit-tests-master:
|
unit-tests-master:
|
||||||
name: unit-tests
|
name: unit-tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
DOKKU_VERSION: master
|
DOKKU_VERSION: master
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.7.x'
|
python-version: "3.13"
|
||||||
|
|
||||||
- run: make setup
|
- run: make setup
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
|
|
||||||
unit-tests-0_19_0:
|
unit-tests-0_19_0:
|
||||||
name: unit-tests-0.19.0
|
name: unit-tests-0.19.0
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
DOKKU_TAG: v0.19.0
|
DOKKU_TAG: v0.19.0
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.7.x'
|
python-version: "3.13"
|
||||||
|
|
||||||
- run: make setup
|
- run: make setup
|
||||||
|
|
||||||
|
|||||||
11
.github/workflows/tagged-release.yml
vendored
11
.github/workflows/tagged-release.yml
vendored
@@ -5,15 +5,16 @@ name: "tagged-release"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tagged-release:
|
tagged-release:
|
||||||
name: tagged-release
|
name: tagged-release
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2.2.2
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
generate_release_notes: true
|
||||||
prerelease: false
|
make_latest: "true"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
FROM postgres:17.0
|
FROM postgres:17.5
|
||||||
|
|||||||
42
README.md
42
README.md
@@ -1,6 +1,6 @@
|
|||||||
# dokku postgres [](https://github.com/dokku/dokku-postgres/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
# dokku postgres [](https://github.com/dokku/dokku-postgres/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||||
|
|
||||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.0](https://hub.docker.com/_/postgres/).
|
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.5](https://hub.docker.com/_/postgres/).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 1
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# on 0.19.x+
|
# on 0.19.x+
|
||||||
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
|
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git --name postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
@@ -24,8 +24,10 @@ postgres:backup-deauth <service> # remove backup authenticatio
|
|||||||
postgres:backup-schedule <service> <schedule> <bucket-name> [--use-iam] # schedule a backup of the postgres service
|
postgres:backup-schedule <service> <schedule> <bucket-name> [--use-iam] # schedule a backup of the postgres service
|
||||||
postgres:backup-schedule-cat <service> # cat the contents of the configured backup cronfile for the service
|
postgres:backup-schedule-cat <service> # cat the contents of the configured backup cronfile for the service
|
||||||
postgres:backup-set-encryption <service> <passphrase> # set encryption for all future backups of postgres service
|
postgres:backup-set-encryption <service> <passphrase> # set encryption for all future backups of postgres service
|
||||||
|
postgres:backup-set-public-key-encryption <service> <public-key-id> # set GPG Public Key encryption for all future backups of postgres service
|
||||||
postgres:backup-unschedule <service> # unschedule the backup of the postgres service
|
postgres:backup-unschedule <service> # unschedule the backup of the postgres service
|
||||||
postgres:backup-unset-encryption <service> # unset encryption for future backups of the postgres service
|
postgres:backup-unset-encryption <service> # unset encryption for future backups of the postgres service
|
||||||
|
postgres:backup-unset-public-key-encryption <service> # unset GPG Public Key encryption for future backups of the postgres service
|
||||||
postgres:clone <service> <new-service> [--clone-flags...] # create container <new-name> then copy data from <name> into <new-name>
|
postgres:clone <service> <new-service> [--clone-flags...] # create container <new-name> then copy data from <name> into <new-name>
|
||||||
postgres:connect <service> # connect to the service via the postgres connection tool
|
postgres:connect <service> # connect to the service via the postgres connection tool
|
||||||
postgres:create <service> [--create-flags...] # create a postgres service
|
postgres:create <service> [--create-flags...] # create a postgres service
|
||||||
@@ -103,9 +105,17 @@ dokku postgres:create lollipop
|
|||||||
Official Postgres "$DOCKER_BIN" image ls does not include postgis extension (amongst others). The following example creates a new postgres service using `postgis/postgis:13-3.1` image, which includes the `postgis` extension.
|
Official Postgres "$DOCKER_BIN" image ls does not include postgis extension (amongst others). The following example creates a new postgres service using `postgis/postgis:13-3.1` image, which includes the `postgis` extension.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# use the appropriate image-version for your use-case
|
||||||
dokku postgres:create postgis-database --image "postgis/postgis" --image-version "13-3.1"
|
dokku postgres:create postgis-database --image "postgis/postgis" --image-version "13-3.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use pgvector instead, run the following:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# use the appropriate image-version for your use-case
|
||||||
|
dokku postgres:create pgvector-database --image "pgvector/pgvector" --image-version "pg17"
|
||||||
|
```
|
||||||
|
|
||||||
### print the service information
|
### print the service information
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -349,7 +359,7 @@ Expose the service on the service's normal ports, allowing access to it from the
|
|||||||
dokku postgres:expose lollipop 5432
|
dokku postgres:expose lollipop 5432
|
||||||
```
|
```
|
||||||
|
|
||||||
Expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1):
|
Expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dokku postgres:expose lollipop 127.0.0.1:5432
|
dokku postgres:expose lollipop 127.0.0.1:5432
|
||||||
@@ -718,6 +728,19 @@ Set the GPG-compatible passphrase for encrypting backups for backups:
|
|||||||
dokku postgres:backup-set-encryption lollipop
|
dokku postgres:backup-set-encryption lollipop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### set GPG Public Key encryption for all future backups of postgres service
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# usage
|
||||||
|
dokku postgres:backup-set-public-key-encryption <service> <public-key-id>
|
||||||
|
```
|
||||||
|
|
||||||
|
Set the `GPG` Public Key for encrypting backups:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
dokku postgres:backup-set-public-key-encryption lollipop
|
||||||
|
```
|
||||||
|
|
||||||
### unset encryption for future backups of the postgres service
|
### unset encryption for future backups of the postgres service
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -731,6 +754,19 @@ Unset the `GPG` encryption passphrase for backups:
|
|||||||
dokku postgres:backup-unset-encryption lollipop
|
dokku postgres:backup-unset-encryption lollipop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### unset GPG Public Key encryption for future backups of the postgres service
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# usage
|
||||||
|
dokku postgres:backup-unset-public-key-encryption <service>
|
||||||
|
```
|
||||||
|
|
||||||
|
Unset the `GPG` Public Key encryption for backups:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
dokku postgres:backup-unset-public-key-encryption lollipop
|
||||||
|
```
|
||||||
|
|
||||||
### schedule a backup of the postgres service
|
### schedule a backup of the postgres service
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -1,7 +1,7 @@
|
|||||||
# -*- mode: ruby -*-
|
# -*- mode: ruby -*-
|
||||||
# vi: set ft=ruby :
|
# vi: set ft=ruby :
|
||||||
|
|
||||||
BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-22.04"
|
BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-24.04"
|
||||||
BOX_MEMORY = ENV["BOX_MEMORY"] || "2048"
|
BOX_MEMORY = ENV["BOX_MEMORY"] || "2048"
|
||||||
DOKKU_VERSION = "master"
|
DOKKU_VERSION = "master"
|
||||||
|
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
|
|||||||
"",
|
"",
|
||||||
"```shell",
|
"```shell",
|
||||||
f"# on {dokku_version}",
|
f"# on {dokku_version}",
|
||||||
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}",
|
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}",
|
||||||
"```",
|
"```",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@@ -290,7 +290,9 @@ def usage_backup(
|
|||||||
"backup-deauth",
|
"backup-deauth",
|
||||||
"backup",
|
"backup",
|
||||||
"backup-set-encryption",
|
"backup-set-encryption",
|
||||||
|
"backup-set-public-key-encryption",
|
||||||
"backup-unset-encryption",
|
"backup-unset-encryption",
|
||||||
|
"backup-unset-public-key-encryption",
|
||||||
"backup-schedule",
|
"backup-schedule",
|
||||||
"backup-schedule-cat",
|
"backup-schedule-cat",
|
||||||
"backup-unschedule",
|
"backup-unschedule",
|
||||||
|
|||||||
@@ -308,6 +308,10 @@ service_backup() {
|
|||||||
BACKUP_PARAMETERS="$BACKUP_PARAMETERS -e ENCRYPTION_KEY=$(cat "$BACKUP_ENCRYPTION_CONFIG_ROOT/ENCRYPTION_KEY")"
|
BACKUP_PARAMETERS="$BACKUP_PARAMETERS -e ENCRYPTION_KEY=$(cat "$BACKUP_ENCRYPTION_CONFIG_ROOT/ENCRYPTION_KEY")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f "$BACKUP_ENCRYPTION_CONFIG_ROOT/ENCRYPT_WITH_PUBLIC_KEY_ID" ]]; then
|
||||||
|
BACKUP_PARAMETERS="$BACKUP_PARAMETERS -e ENCRYPT_WITH_PUBLIC_KEY_ID=$(cat "$BACKUP_ENCRYPTION_CONFIG_ROOT/ENCRYPT_WITH_PUBLIC_KEY_ID")"
|
||||||
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
"$DOCKER_BIN" container run --rm $BACKUP_PARAMETERS "$PLUGIN_S3BACKUP_IMAGE"
|
"$DOCKER_BIN" container run --rm $BACKUP_PARAMETERS "$PLUGIN_S3BACKUP_IMAGE"
|
||||||
}
|
}
|
||||||
@@ -433,6 +437,16 @@ service_backup_set_encryption() {
|
|||||||
echo "$ENCRYPTION_KEY" >"${SERVICE_BACKUP_ENCRYPTION_ROOT}/ENCRYPTION_KEY"
|
echo "$ENCRYPTION_KEY" >"${SERVICE_BACKUP_ENCRYPTION_ROOT}/ENCRYPTION_KEY"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service_backup_set_public_key_encryption() {
|
||||||
|
declare desc="set up backup GPG Public Key encryption"
|
||||||
|
declare SERVICE="$1" ENCRYPT_WITH_PUBLIC_KEY_ID="$2"
|
||||||
|
local SERVICE_ROOT="${PLUGIN_DATA_ROOT}/${SERVICE}"
|
||||||
|
local SERVICE_BACKUP_ENCRYPTION_ROOT="${SERVICE_ROOT}/backup-encryption/"
|
||||||
|
|
||||||
|
mkdir "$SERVICE_BACKUP_ENCRYPTION_ROOT"
|
||||||
|
echo "$ENCRYPT_WITH_PUBLIC_KEY_ID" >"${SERVICE_BACKUP_ENCRYPTION_ROOT}/ENCRYPT_WITH_PUBLIC_KEY_ID"
|
||||||
|
}
|
||||||
|
|
||||||
service_backup_unschedule() {
|
service_backup_unschedule() {
|
||||||
declare desc="unschedule the backup of the service"
|
declare desc="unschedule the backup of the service"
|
||||||
declare SERVICE="$1"
|
declare SERVICE="$1"
|
||||||
@@ -450,6 +464,15 @@ service_backup_unset_encryption() {
|
|||||||
rm -rf "$SERVICE_BACKUP_ENCRYPTION_ROOT"
|
rm -rf "$SERVICE_BACKUP_ENCRYPTION_ROOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service_backup_unset_encryption() {
|
||||||
|
declare desc="remove backup encryption"
|
||||||
|
declare SERVICE="$1"
|
||||||
|
local SERVICE_ROOT="${PLUGIN_DATA_ROOT}/${SERVICE}"
|
||||||
|
local SERVICE_BACKUP_ENCRYPTION_ROOT="${SERVICE_ROOT}/backup-encryption/"
|
||||||
|
|
||||||
|
rm -rf "$SERVICE_BACKUP_ENCRYPTION_ROOT"
|
||||||
|
}
|
||||||
|
|
||||||
service_container_rm() {
|
service_container_rm() {
|
||||||
declare desc="stop a service and remove the running container"
|
declare desc="stop a service and remove the running container"
|
||||||
declare SERVICE="$1"
|
declare SERVICE="$1"
|
||||||
|
|||||||
8
config
8
config
@@ -28,9 +28,9 @@ if [[ -n $DOKKU_API_VERSION ]]; then
|
|||||||
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
|
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PLUGIN_BUSYBOX_IMAGE="busybox:1.34.1-uclibc"
|
export PLUGIN_BUSYBOX_IMAGE=${PLUGIN_BUSYBOX_IMAGE:=busybox:1.37.0-uclibc}
|
||||||
export PLUGIN_AMBASSADOR_IMAGE="dokku/ambassador:0.5.0"
|
export PLUGIN_AMBASSADOR_IMAGE=${PLUGIN_AMBASSADOR_IMAGE:=dokku/ambassador:0.8.2}
|
||||||
export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.14.0"
|
export PLUGIN_S3BACKUP_IMAGE=${PLUGIN_S3BACKUP_IMAGE:=dokku/s3backup:0.18.0}
|
||||||
export PLUGIN_WAIT_IMAGE="dokku/wait:0.6.0"
|
export PLUGIN_WAIT_IMAGE=${PLUGIN_WAIT_IMAGE:=dokku/wait:0.9.3}
|
||||||
|
|
||||||
export POSTGRES_CONFIG_OPTIONS=${POSTGRES_CONFIG_OPTIONS:=""}
|
export POSTGRES_CONFIG_OPTIONS=${POSTGRES_CONFIG_OPTIONS:=""}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
Official Postgres "$DOCKER_BIN" image ls does not include postgis extension (amongst others). The following example creates a new postgres service using `postgis/postgis:13-3.1` image, which includes the `postgis` extension.
|
Official Postgres "$DOCKER_BIN" image ls does not include postgis extension (amongst others). The following example creates a new postgres service using `postgis/postgis:13-3.1` image, which includes the `postgis` extension.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# use the appropriate image-version for your use-case
|
||||||
dokku postgres:create postgis-database --image "postgis/postgis" --image-version "13-3.1"
|
dokku postgres:create postgis-database --image "postgis/postgis" --image-version "13-3.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use pgvector instead, run the following:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# use the appropriate image-version for your use-case
|
||||||
|
dokku postgres:create pgvector-database --image "pgvector/pgvector" --image-version "pg17"
|
||||||
|
```
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku postgres service plugin"
|
description = "dokku postgres service plugin"
|
||||||
version = "1.39.0"
|
version = "1.44.0"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
25
subcommands/backup-set-public-key-encryption
Executable file
25
subcommands/backup-set-public-key-encryption
Executable file
@@ -0,0 +1,25 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/config"
|
||||||
|
set -eo pipefail
|
||||||
|
[[ $DOKKU_TRACE ]] && set -x
|
||||||
|
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
|
||||||
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
||||||
|
|
||||||
|
service-backup-set-public-key-encryption-cmd() {
|
||||||
|
#E set the GPG Public Key for encrypting backups
|
||||||
|
#E dokku $PLUGIN_COMMAND_PREFIX:backup-set-public-key-encryption lollipop
|
||||||
|
#A service, service to run command against
|
||||||
|
#A public-key-id, a GPG Public Key ID (or fingerprint) to use for encryption. Must be uploaded to the GPG keyserver beforehand.
|
||||||
|
declare desc="set GPG Public Key encryption for all future backups of $PLUGIN_SERVICE service"
|
||||||
|
local cmd="$PLUGIN_COMMAND_PREFIX:backup-set-public-key-encryption" argv=("$@")
|
||||||
|
[[ ${argv[0]} == "$cmd" ]] && shift 1
|
||||||
|
declare SERVICE="$1" PUBLIC_KEY_ID="$2"
|
||||||
|
is_implemented_command "$cmd" || dokku_log_fail "Not yet implemented"
|
||||||
|
|
||||||
|
[[ -z "$SERVICE" ]] && dokku_log_fail "Please specify a valid name for the service"
|
||||||
|
[[ -z "$PUBLIC_KEY_ID" ]] && dokku_log_fail "Please specify a valid GPG Public Key ID (or fingerprint)"
|
||||||
|
verify_service_name "$SERVICE"
|
||||||
|
service_backup_set_public_key_encryption "$SERVICE" "$PUBLIC_KEY_ID"
|
||||||
|
}
|
||||||
|
|
||||||
|
service-backup-set-public-key-encryption-cmd "$@"
|
||||||
23
subcommands/backup-unset-public-key-encryption
Executable file
23
subcommands/backup-unset-public-key-encryption
Executable file
@@ -0,0 +1,23 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/config"
|
||||||
|
set -eo pipefail
|
||||||
|
[[ $DOKKU_TRACE ]] && set -x
|
||||||
|
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
|
||||||
|
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
||||||
|
|
||||||
|
service-backup-unset-public-key-encryption-cmd() {
|
||||||
|
#E unset the GPG Public Key encryption for backups
|
||||||
|
#E dokku $PLUGIN_COMMAND_PREFIX:backup-unset-public-key-encryption lollipop
|
||||||
|
#A service, service to run command against
|
||||||
|
declare desc="unset GPG Public Key encryption for future backups of the $PLUGIN_SERVICE service"
|
||||||
|
local cmd="$PLUGIN_COMMAND_PREFIX:backup-unset-public-key-encryption" argv=("$@")
|
||||||
|
[[ ${argv[0]} == "$cmd" ]] && shift 1
|
||||||
|
declare SERVICE="$1"
|
||||||
|
is_implemented_command "$cmd" || dokku_log_fail "Not yet implemented" # TODO: [22.03.2024 by Mykola]
|
||||||
|
|
||||||
|
[[ -z "$SERVICE" ]] && dokku_log_fail "Please specify a valid name for the service"
|
||||||
|
verify_service_name "$SERVICE"
|
||||||
|
service_backup_unset_public_key_encryption "$SERVICE" # TODO: [22.03.2024 by Mykola]
|
||||||
|
}
|
||||||
|
|
||||||
|
service-backup-unset-encryption-cmd "$@"
|
||||||
@@ -8,7 +8,7 @@ source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
|||||||
service-expose-cmd() {
|
service-expose-cmd() {
|
||||||
#E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0)
|
#E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0)
|
||||||
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]}
|
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]}
|
||||||
#E expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1)
|
#E expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1)
|
||||||
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]}
|
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]}
|
||||||
#A service, service to run command against
|
#A service, service to run command against
|
||||||
#A ports, a list of ports to run against
|
#A ports, a list of ports to run against
|
||||||
|
|||||||
Reference in New Issue
Block a user