diff --git a/README.md b/README.md index c88d412..749406d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Backup script for Zabbix configuration data (MySQL/PostgreSQL) -This is a MySQL/PostgreSQL database backup script for the [Zabbix](http://www.zabbix.com/) monitoring software from version 1.3.1 up to 4.0. +This is a MySQL/PostgreSQL database backup script for the [Zabbix](http://www.zabbix.com/) monitoring software from version 1.3.1 up to 4.4. ## Download @@ -14,6 +14,15 @@ Please see the [Project Wiki](https://github.com/maxhq/zabbix-backup/wiki). ## Version history +**0.9.2 (2020-01-16)** + +- ENH: Support for Zabbix 4.4 +- ENH: Fix (non-critical) shellcheck issues (Mario Trangoni) +- CHG: Fix and enhance helper script get-table-list.pl +- FIX: Escape special characters while reading password (ironbishop) +- FIX: Re-enable accidentally disabled cleanup of postgresql password file +- FIX: Insert hostname into backup file also if database resides on localhost + **0.9.1 (2019-03-21)** - FIX: Correctly process hostname option -H (Tiago Cruz) diff --git a/zabbix-dump b/zabbix-dump index a594ba4..4db26dd 100755 --- a/zabbix-dump +++ b/zabbix-dump @@ -4,7 +4,7 @@ # zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data # # VERSION -# 0.9.1 +# 0.9.2 # # SYNOPSIS # This is a MySQL configuration backup script for Zabbix 1.x, 2.x, 3.x and 4.x. @@ -32,9 +32,11 @@ # - Johannes Petz (PetzJohannes) # - Wesley Schaft (wschaft) # - Tiago Cruz (tiago-cruz-movile) +# - Mario Trangoni (mjtrangoni) +# - ironbishop # # AUTHOR -# Jens Berthold (maxhq), 2019 +# Jens Berthold (maxhq), 2020 # # LICENSE # This script is released under the MIT License (see LICENSE.txt)