We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9332e commit 4a093d3Copy full SHA for 4a093d3
README.md
@@ -14,6 +14,14 @@ Please see the [Project Wiki](https://github.com/maxhq/zabbix-backup/wiki).
14
15
## Version history
16
17
+**0.9.3 (2020-01-17)**
18
+
19
+- ENH: Check for unknown tables
20
+- ENH: Speed up MySQL backup by not calling mysqldump for every single table anymore
21
+- ENH: New option -S to specify PostgreSQL schema
22
+- FIX: Stabilize and enhance PostgreSQL dump
23
+- FIX: Skip IP reverse lookup for localhost, fix multiline dig answers
24
25
**0.9.2 (2020-01-16)**
26
27
- ENH: Support for Zabbix 4.4
zabbix-dump
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-VERSION=0.9.2
+VERSION=0.9.3
3
#
4
# NAME
5
# zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data
0 commit comments