[精讚] [會員登入]
708

更新程式環境到wildfly18+openjdk11-phase1: upgrade mongodb server

更新程式環境到wildfly18+openjdk11-phase1: upgrade mongodb server to version 3.6

分享此文連結 //n.sfs.tw/14513

分享連結 更新程式環境到wildfly18+openjdk11-phase1: upgrade mongodb server@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2020-02-03 00:29:52 最後編修
2020-02-03 00:29:28 By jung
 

由於oracle java jdk8即將不再支援,必須將程式及IDP環境升級至openjdk11,順便將wildfly10升級至18

以下主機作業系統為centOS7

第一步:先把mongo db server升級至3.6版

以下為操作步驟

1. mv /etc/yum.repos.d/mongodb-org-3.4.repo to mongodb-org-3.6.repo
2. vi mongodb-org-3.6.repo 將所有3.4改成3.6

vi祕技::%s/3.4/3.6/g

3. systemctl stop mongod
4. yum install -y mongodb-org就會只升級 mongod套件
5. systemctl daemon-reload && systemctl restart mongod

接下來是手會發抖的wildfly+jdk upgrade...

END

你可能感興趣的文章

在apache http server停用TLS 1.0/1.1 and SSL 2.0/3.0 How to disable outdated versions of SSL/TLS on Apache

更新IDP程式以新增及修正本地管理帳號登入 add locallogin page and function with local authorized account

solution for selinux issue while installing zabbix agent on centos7 install zabbix agent as service will raise selinux issue on some centos 7.3.1611

新增縣市端回傳使用者資料功能 新增縣市端回傳使用者資料功能

[java]縣市IDP建置 使用NetBeans建置IDP程式

更新程式環境到wildfly18+openjdk11-phase2: update IDEA to jdk11 更新IDEA 編譯環境

隨機好文

[網管心得]qnap+proxmox 韌體更新及nfs掛載或變更

nginx+ssl+certbot安裝設定雜記 using certbot on nginx to setup https connection

bitbucket repository control application setup 安裝完bitbucket服務後,須設定bitbucket.properties

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

在windows環境下強制刪除無法以檔案總管刪除的檔案或目錄 how to remove directories or files that cannot be deleted by default file manager