說明:
小版本公升級只需要替換dm的bin目錄下的檔案為新的即可,如果是版本公升級則需要重新將資料匯出再匯入。
1、停資料庫服務
進入bin目錄下,停止資料庫服務
[dmdba@test180 bin]$ service dmservicedmserver stop
redirecting to /bin/systemctl stop dmservicedmserver.service
==== authenticating for org.freedesktop.systemd1.manage-units ===
authentication is required to manage system services or units.
authenticating as: root
password:
==== authentication complete ===
2、備份原資料庫檔案
將原先資料庫bin目錄下檔案進行備份。
[dmdba@test180 bin]$ tar -zvfc bin.bak.20190417161551.tar.gz ./*
3、替換新版本檔案
將新版本資料庫bin目錄下檔案替換
tar -zvfx new.tar.gz
chown -r dmdba:dinstall ./
chmod +x ./
4、啟動資料庫服務
[dmdba@test180 bin]$ service dmservicedmserver start
redirecting to /bin/systemctl start dmservicedmserver.service
==== authenticating for org.freedesktop.systemd1.manage-units ===
authentication is required to manage system services or units.
authenticating as: root
password:
==== authentication complete ===
[dmdba@test180 bin]$ disql
disql v7.6.0.152-build(2019.04.13-105463)ent
可以看到已經是最新版本的資料庫了。。
zabbix2 4版本公升級到3 2版本
zabbix3.2版本原始碼安裝完畢,目前將2.4版本公升級到3.2版本操作,只需要將2.4的資料庫備份匯出,然後將其匯入3.2版本的資料庫即可。1 停止zabbix相關服務 service zabbix server stop service zabbix agentd stop service ...
公升級cocoapods1 1 0版本
先切換gem源 檢視是否切換成功 1 gem source l 接下來就可以開始公升級了cocoapods了 1 sudo gem install n usr local bin cocoapods pre 是的,你沒看錯是這個命令,然後終端會出現一大推東西,別管他,最後停下來是這樣的就差不多了 安...
Yii2 0 版本公升級
框架公升級不是必須的,但是可以避免未知的bug以及新功能的使用 第一種 直接在頁面echo yii getversion 第二種 使用命令視窗 在專案目錄下有乙個yii的檔案,直接執行這個檔案 yii 日誌 可以跟看到這一次的版本公升級解決了說明bug之類的 說明 可能有什麼新的方法新增,以及本版本...