Code:
# uname -a Linux zabbix 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u6 i686 GNU/Linux # cat /etc/issue Debian GNU/Linux 7 \n \l # cat /etc/apt/sources.list.d/zabbix.list deb http://repo.zabbix.com/zabbix/2.4/debian wheezy main deb-src http://repo.zabbix.com/zabbix/2.4/debian wheezy main php -v PHP 5.4.45-0+deb7u2
Обновляю репозиторий до 3 версии, делаю apt-get update && apt-get-upgrade
(конфиги оставляю прежние - без замены)
После перезапуска службы zabbix-server в веб-панели вылетает сообщение:
Database error
The frontend does not match Zabbix database. Current database version
(mandatory/optional): 3000000/3000000. Required mandatory version: 2040000.
Contact your system administrator.
The frontend does not match Zabbix database. Current database version
(mandatory/optional): 3000000/3000000. Required mandatory version: 2040000.
Contact your system administrator.
В итоге в логе nginx посыпались ошибки:
*1698 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to a member function addJsFile() on a non-object in /var/www/zabbix/setup.php on line 103" while reading response header from upstream, client: ***, server: ***.com, request: "GET /setup.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "***.com
Что еще упустил?
Comment