Releases: npotorino/zabbix-backup
Releases · npotorino/zabbix-backup
v0.9.11
- ENH: Support for Zabbix 6.4
- FIX: force decimal interpretation in db versioning
Full Changelog: v0.9.10...v0.9.11
v0.9.10
- FIX: use the default schema for PostgreSQL, when command line parameter is not set
Full Changelog: v0.9.9...v0.9.10
2022 08 31
What's Changed
- zabbix dump add custom format (pg), stdout dump by @gullevek in #4
- minimal automated syntax check through Github Actions @ironbishop in #12
- Fix table schema for PostgreSQL by @jokay in #13
- Fix retrieving DBPassword when it contains a "=" by @mathieumd in #14
New Contributors
- @gullevek made their first contribution in #4
- @jokay made their first contribution in #13
- @mathieumd made their first contribution in #14
Full Changelog: v0.9.8...v0.9.9
2022 07 27
- support for Zabbix 6.2
2022 05 09
2021 12 13
- fix: Missing data for item_rtdata will stop Server from polling anything. (@kernbug)
2021 07 23
- ENH: Support for Zabbix 5.2 and 5.4
- ENH: Add column names to INSERT INTO .. VALUES and quote names as needed (@diffway)
2021 01 21
- Support for Zabbix 5.0
- Be more specific on detecting mysql socket (@stephankn)