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