說明:
升級前注意事項:
1. 升級全程請以 root 進行升級。
2. 升級前務必做好 H2 database 備份。
a. 到 https://www.withsecure.com/en/support/download
下載 WithSecure Policy Manager Server (Linux) DEB files 並放置待升級的主機裡。
※ 檔案名稱會是 wspms_xx.xx.xxxxx_amd64.deb,其中 ”xx.xx.xxxxx” 代表版本。

b. 備份 H2 database :
b-1. 停止 Policy Manager Server 服務 🡪 輸入指令: ./etc/init.d/fspms stop

b-2. 備份 h2db 🡪 輸入指令: cp -r /var/opt/f-secure/fspms/data/h2db /指定目錄

c. 升級 Policy Manager Server:
c-1. 對 wspms_xx.xx.xxxxx_amd64.deb 檔案執行以下指令:
dpkg -i wspms_xx.xx.xxxxx_amd64.deb

d. 升級後須執行 Database maintenance tool:
d-1. 輸入指令: ./opt/f-secure/fspms/bin/fspms-db-maintenance-tool

e. 啟用 Policy Manager Server 服務 🡪 輸入指令: ./etc/init.d/fspms start
