Hi All,
I'm facing a rather complicated upgrade :
I currently have Zabbix 5.0 on a Ubuntu server 18.05 VM that also runs the DB (Ver 15.1 Distrib 10.1.48-MariaDB)
yeah ...
The goal :
- upgrade the OS to OracleLinux 8.7 (=new VM)
- upgrade Zabbix to 6.0
- upgrade MariaDB + move the DB to a dedicated new VM
- set up a proxy in remote location (not too worried about this)
This is what i have done already :
- set up new OracleLinux8.7 VM for DB
- install MariaDB, tweak config
- use mysqldump to get the existing data from the original server
- set up new OracleLinux8.7 VM for Zabbix server+frontend
..
but then i'm a bit stuck :
Should i
- install Zabbix5.0 on the Zabbix VM
- set it up tu use my new DB (on dedicated VM)
- do the the initial DB config (create DB)
- import the old data
- check if everything works
- partition the tables
- upgrade zabbix5.0 to 6.0
Or should i be doing it in a different order ?
All help is much appreciated !
I'm facing a rather complicated upgrade :
I currently have Zabbix 5.0 on a Ubuntu server 18.05 VM that also runs the DB (Ver 15.1 Distrib 10.1.48-MariaDB)
yeah ...
The goal :
- upgrade the OS to OracleLinux 8.7 (=new VM)
- upgrade Zabbix to 6.0
- upgrade MariaDB + move the DB to a dedicated new VM
- set up a proxy in remote location (not too worried about this)
This is what i have done already :
- set up new OracleLinux8.7 VM for DB
- install MariaDB, tweak config
- use mysqldump to get the existing data from the original server
- set up new OracleLinux8.7 VM for Zabbix server+frontend
..
but then i'm a bit stuck :
Should i
- install Zabbix5.0 on the Zabbix VM
- set it up tu use my new DB (on dedicated VM)
- do the the initial DB config (create DB)
- import the old data
- check if everything works
- partition the tables
- upgrade zabbix5.0 to 6.0
Or should i be doing it in a different order ?
All help is much appreciated !
Comment