Releases: OpensourceICTSolutions/zabbix-mysql-partitioning-perl
Version 6.0
This release officially adds Docker support thanks to the work of @thiagomdiniz.
Tested and verified working on Zabbix 7.0, with the new history_bin table.
In case of unforseen bugs, please open an issue and fall back to release 5.0. Version 5.0 contains the script without the additional Docker code.
Version 5.0
Version 5.0 is now Zabbix 7.0 compatible. We can use this version with any Zabbix release, but by default it is setup for Zabbix 7.0 and higher.
If you want to use this version on Zabbix 6.4 and OLDER versions, make sure to uncomment the right lines from the script.
Version 4.0
Version 4.0 is now Zabbix 6.0 compatible. We can use this version with any Zabbix release, but by default it is setup for Zabbix 6.0 and higher.
If you want to use this version on Zabbix 5.4 and OLDER versions, make sure to uncomment the right lines from the script.
Version 3.0
PLEASE NOTE: version 3.0 uses a new ISO compliant weekly partitioning format. For new setups always use this version. Are you on an older Zabbix database that was partitioned by week before 20-09-2021? Use version 2.1!
In this version you will find the weekly partitioning format in ISO compliant format.
- Fixed weekly partitioning to match ISO8601 compliant date format
Version 2.1
PLEASE NOTE: version 2.1 uses the old weekly partitioning format. Are you on an older Zabbix database that was partitioned by week before 20-09-2021? Use this version!
In this version you will find code simplifications and the weekly partitioning option has been fixed
- Fixed support for weekly partitioning
- Daily, weekly and monthly partitioning now works for all tables
- Code simplification added for better performance, readability and usability
- This version still works with older partitioning setups.
Version 2.0
Added MySQL 8.0 support and changed some of the script functionality to match newer versions.
- Original checks still work
- Creates new and deletes old partitions
- Checks if partitioning is supported by checking MySQL 8 version is present.
Also made the comments more clear to match easier installation.
Version 1.0
The original version as found on the original Zabbix org wiki