Skip to content

Instantly share code, notes, and snippets.

View mcbrineellis's full-sized avatar

Connor McBrine-Ellis mcbrineellis

View GitHub Profile
@mcbrineellis
mcbrineellis / zabbix-upgrade-db-migration
Last active October 26, 2022 06:28
Zabbix 4 to 6 Upgrade: MySQL to PostgreSQL migration, CentOS 7 to Ubuntu 20.04 migration
# This guide was customized for my own specific use case:
# Migrating from CentOS 7 to Ubuntu 20.04, Zabbix 4 to 6, and MySQL to PostgreSQL.
#
# I created this guide after watching this excellent tutorial by Dmitry Lambert on Youtube:
# https://www.youtube.com/watch?v=S-C5NCZJnt0
#
# Thank you Dmitry!
#
# Before starting, make sure that the source and target systems are on the exact same version of Zabbix to avoid issues.