After moving a mariadb zabbix DB from one server to another, a database version mismatch prevents the target zabbix server from starting. This seems fairly common. The message is:
Before I get into dynamic table storage, utf8, collation and such, I wish to just locate the exact schema definitions of these two database versions so I can diff them and see what changed.
Is there a place/way that will let me look at versions 05050090 and 05000000 of the database schema and compare them?
E.g., is there a map from database versions to git commit hashes?
Thanks.
The server does not match Zabbix database. Current database version (mandatory/optional): 05050090/05050090. Required mandatory version: 05000000.
Is there a place/way that will let me look at versions 05050090 and 05000000 of the database schema and compare them?
E.g., is there a map from database versions to git commit hashes?
Thanks.
Comment