Release 2.11.3 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-02-09 19:34:27 -08:00
parent 789a9e5f5a
commit fa1dde53c0
5 changed files with 11 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
pkill bash

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
source /assets/functions/00-container
prepare_service single
@@ -6,12 +6,6 @@ prepare_service 03-monitoring
PROCESS_NAME="db-backup"
output_off
if var_true "${CONTAINER_ENABLE_MONITORING}" && [ "${CONTAINER_MONITORING_BACKEND,,}" = "zabbix" ]; then
cat <<EOF > "${ZABBIX_CONFIG_PATH}"/"${ZABBIX_CONFIG_FILE}.d"/tiredofit_dbbackup.conf
# Zabbix DB Backup Configuration - Automatically Generated
# Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-dbbackup
# Autoregister=dbbackup
EOF
fi
create_zabbix dbbackup
liftoff

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
source /assets/functions/00-container
PROCESS_NAME="db-backup"

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
echo '** Performing Manual Backup'
/etc/services.available/10-db-backup/run NOW