File: zabbix-proxy-mysql.NEWS

package info (click to toggle)
zabbix 1%3A3.0.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60,008 kB
  • ctags: 38,245
  • sloc: php: 125,527; ansic: 120,253; sql: 40,319; sh: 5,620; makefile: 1,138; java: 957; cpp: 211; perl: 41; xml: 29
file content (67 lines) | stat: -rw-r--r-- 2,454 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
zabbix (1:2.4.3+dfsg-1) experimental; urgency=low

  Services do not use config files in "/etc/default" any more. When first
  installed servers and proxy should be configured for automatic start
  using "systemd":

    sudo systemctl enable zabbix-{server|proxy}

  or SysV init system:

    sudo update-rc.d zabbix-{server|proxy} enable

 -- Dmitry Smirnov <onlyjob@debian.org>  Wed, 05 Nov 2014 15:40:16 +1100

zabbix (1:2.2.0+dfsg-1) unstable; urgency=low

  Database upgrade
  ----------------

  Starting with version 2.2.0 Zabbix server and proxy perform
  automatic database upgrade. Manual database patching is not required
  anymore. Zabbix server and proxy processes automatically check and
  upgrade the database schema and relevant data. Patching status and
  progress is visible in the logfile.

  Note that upgrade will be always started unconditionally, care
  should be taken when starting new binaries to prevent undesired
  database changes.

  Warning: make sure to have database backup before starting the new
  binaries.

 -- Dmitry Smirnov <onlyjob@debian.org>  Fri, 15 Nov 2013 18:59:16 +1100

zabbix (1:2.0.1+dfsg-1) unstable; urgency=low

  Configuration file needs to be adapted
  --------------------------------------

  Previous versions of this package (before 2.0) have set the database
  access configuration in the /etc/zabbix/zabbix_proxy.conf file
  automatically. Since version 2.0 this package will provide the
  original configuration file with only minor changes. So you are
  required to edit the configuration file and check the settings for
  DBHost, DBName, DBUser and DBPassword.


  Upgrading the Zabbix database schema
  ------------------------------------

  You have to change your database schema when updating from Zabbix 1.8
  to Zabbix 2.0. Please find an SQL file containing the necessary
  database changes in /usr/share/zabbix-proxy-mysql/patch.sql.gz. To
  apply these changes just send the SQL statements to your zabbix
  database. Example:

  zcat /usr/share/zabbix-proxy-mysql/patch.sql.gz \
   | mysql -u<username> -p<password> zabbix

  Please make sure that "thread_stack" in your /etc/mysql/my.cnf is set
  to at least 256K. Otherwise you may risk a failing database schema
  upgrade.

  Also see the Zabbix homepage for further information:
  http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes

 -- Christoph Haas <haas@debian.org>  Sun, 01 Jul 2012 23:20:15 +0200