91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

升級zabbix到3.2.1報數據庫升級失敗的錯誤

發布時間:2020-04-25 21:49:38 來源:網絡 閱讀:2404 作者:自由linux 欄目:數據庫

一 問題描述

 今天把zabbix server和zabbix proxy升級到3.2.1。先停掉zabbix server然后挨個升級zabbix proxy最后再升級zabbix server。zabbix proxy升級的時候沒有錯誤,可以順利進行。但是升級zabbix server的時候報出以下錯誤:

  4250:20161010:001506.980 using configuration file: /opt/app/zabbix/conf/zabbix_server.conf
  4250:20161010:001506.998 current database version (mandatory/optional): 03000000/03000000
  4250:20161010:001506.998 required mandatory version: 03020000
  4250:20161010:001506.998 starting automatic database upgrade
  4250:20161010:001507.010 [Z3005] query failed: [1091] Can't DROP 'history_log_2'; check that column/key exists [drop index history_log_2 on history_log]
  4250:20161010:001507.011 database upgrade failed

之前是對zabbix的數據庫做過表分區


二 問題解決

 查看zabbix問題反饋是由于zabbix 3.2在升級的時候需要drop history_log_2這個索引,如果沒有就會報錯。



DROP TABLE history_log;
DROP TABLE history_text;

CREATE TABLE `history_log` (
`id` BIGINT(20) UNSIGNED NOT NULL,
`itemid` BIGINT(20) UNSIGNED NOT NULL,
`clock` INT(11) NOT NULL DEFAULT '0',
`timestamp` INT(11) NOT NULL DEFAULT '0',
`source` VARCHAR(64) NOT NULL DEFAULT '' COLLATE 'utf8_bin',
`severity` INT(11) NOT NULL DEFAULT '0',
`value` TEXT NOT NULL COLLATE 'utf8_bin',
`logeventid` INT(11) NOT NULL DEFAULT '0',
`ns` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE INDEX `history_log_2` (`itemid`, `id`),
INDEX `history_log_1` (`itemid`, `clock`)
)
COLLATE='utf8_bin'
ENGINE=InnoDB
;


CREATE TABLE `history_text` (
`id` BIGINT(20) UNSIGNED NOT NULL,
`itemid` BIGINT(20) UNSIGNED NOT NULL,
`clock` INT(11) NOT NULL DEFAULT '0',
`timestamp` INT(11) NOT NULL DEFAULT '0',
`source` VARCHAR(64) NOT NULL DEFAULT '' COLLATE 'utf8_bin',
`severity` INT(11) NOT NULL DEFAULT '0',
`value` TEXT NOT NULL COLLATE 'utf8_bin',
`logeventid` INT(11) NOT NULL DEFAULT '0',
`ns` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE INDEX `history_text_2` (`itemid`, `id`),
INDEX `history_text_1` (`itemid`, `clock`)
)
COLLATE='utf8_bin'
ENGINE=InnoDB
;



升級完成以后,由于history_text和history_log重新創建了,原來的分區腳本不能直接對這兩個表分區

需要先手動分區后腳本才能使用

http://john88wang.blog.51cto.com/2165294/1771557


參考文檔:

http://john88wang.blog.51cto.com/2165294/1771082

https://zabbix.com/forum/showthread.php?p=189543

https://support.zabbix.com/browse/ZBX-11203



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

寿阳县| 峨眉山市| 静宁县| 沾化县| 酉阳| 黔江区| 溧水县| 杭锦后旗| 陵川县| 望都县| 修文县| 松阳县| 尖扎县| 安丘市| 邯郸县| 梓潼县| 巴青县| 兴海县| 南宫市| 定州市| 大港区| 内丘县| 斗六市| 清河县| 乌拉特中旗| 额尔古纳市| 泌阳县| 武城县| 新乡县| 沛县| 晋州市| 白朗县| 临朐县| 文登市| 左云县| 玉屏| 邹平县| 贵南县| 池州市| 津南区| 万载县|