From 4a093d348a3ca07402c6482990a3a8e29a9b6a86 Mon Sep 17 00:00:00 2001 From: Jens Berthold Date: Fri, 17 Jan 2020 17:55:20 +0100 Subject: [PATCH] Bump version to 0.9.3 and update changelog --- README.md | 8 ++++++++ zabbix-dump | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 749406d..5f572dd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Please see the [Project Wiki](https://github.com/maxhq/zabbix-backup/wiki). ## Version history +**0.9.3 (2020-01-17)** + +- ENH: Check for unknown tables +- ENH: Speed up MySQL backup by not calling mysqldump for every single table anymore +- ENH: New option -S to specify PostgreSQL schema +- FIX: Stabilize and enhance PostgreSQL dump +- FIX: Skip IP reverse lookup for localhost, fix multiline dig answers + **0.9.2 (2020-01-16)** - ENH: Support for Zabbix 4.4 diff --git a/zabbix-dump b/zabbix-dump index 59aac36..23d5170 100755 --- a/zabbix-dump +++ b/zabbix-dump @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=0.9.2 +VERSION=0.9.3 # # NAME # zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data