Hi all.
I'm posting here as it should be relevant to large deployment.
I have a moderately small environement, and this week , I tried on my test box to upgrade from 1.8 to 1.9
The update took 18 hours.
granted the test box is slow, but still. so when 2.0 will arrive, how do you guys with huge databases plan to upgrade ?
Idealy, I would upgrade a copy of the database and make the switch at the end, and then somehow 'replay' the data in the updated database ...
Using proxies, it should technicaly be doable, but how can we tell the proxies to send data to the 'old' zabbix server and keep the data localy to allow the new server to catch up ?
Right now I think we only have the choice between
I'm posting here as it should be relevant to large deployment.
I have a moderately small environement, and this week , I tried on my test box to upgrade from 1.8 to 1.9
The update took 18 hours.
granted the test box is slow, but still. so when 2.0 will arrive, how do you guys with huge databases plan to upgrade ?
Idealy, I would upgrade a copy of the database and make the switch at the end, and then somehow 'replay' the data in the updated database ...
Using proxies, it should technicaly be doable, but how can we tell the proxies to send data to the 'old' zabbix server and keep the data localy to allow the new server to catch up ?
Right now I think we only have the choice between
- keeping the old server up an keeping the alerts during the update, but loosing the data sent in the timeframe
- stopping the server, so no alerts and no data lost (at leat with proxies) during the update
Comment