mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 2.11.3 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 2.11.3 2022-02-09 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Rework to support new base image
|
||||||
|
|
||||||
|
|
||||||
## 2.11.2 2022-02-09 <dave at tiredofit dot ca>
|
## 2.11.2 2022-02-09 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
pkill bash
|
pkill bash
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
source /assets/functions/00-container
|
source /assets/functions/00-container
|
||||||
prepare_service single
|
prepare_service single
|
||||||
@@ -6,12 +6,6 @@ prepare_service 03-monitoring
|
|||||||
PROCESS_NAME="db-backup"
|
PROCESS_NAME="db-backup"
|
||||||
output_off
|
output_off
|
||||||
|
|
||||||
if var_true "${CONTAINER_ENABLE_MONITORING}" && [ "${CONTAINER_MONITORING_BACKEND,,}" = "zabbix" ]; then
|
create_zabbix dbbackup
|
||||||
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
|
|
||||||
|
|
||||||
liftoff
|
liftoff
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
source /assets/functions/00-container
|
source /assets/functions/00-container
|
||||||
PROCESS_NAME="db-backup"
|
PROCESS_NAME="db-backup"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
echo '** Performing Manual Backup'
|
echo '** Performing Manual Backup'
|
||||||
/etc/services.available/10-db-backup/run NOW
|
/etc/services.available/10-db-backup/run NOW
|
||||||
|
|||||||
Reference in New Issue
Block a user