處理 PostgreSQL 資料庫容錯移轉
私有雲版本 4.17.09 版本
在 PostgreSQL 資料庫容錯移轉期間執行下列操作:
- 如果目前主要執行個體仍在執行,請在目前的主要執行個體上停止 apigee-postgresql:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql stop
- 前往待命節點並叫用以下指令,即可將其設為主要執行個體:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresqlpromo-standby-to-master
IPorDNSofOldMaster
如果日後的主要主要執行個體日後會還原,請將其設為待命節點:
- 在目前的主要執行個體上,編輯設定檔即可設定:
PG_MASTER=IPorDNSofNewMaster
PG_STANDBY=IPorDNSofOldMaster
- 啟用新主要執行個體的複製功能:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql setup-replication-on-master -f
configFIle
- 在舊有主要執行個體上,編輯設定檔即可設定:
PG_MASTER=IPorDNSofNewMaster
PG_STANDBY=IPorDNSofOldMaster
-
停止舊主要執行個體上的 apigee-postgresql:
>
/opt/apigee-apigee-service/bin/apigee-service apigee-postgresql 停止
- 在舊的主要執行個體上,清除所有之前的 Postgres 資料:
> rm -rf
/opt/apigee/data/apigee-postgresql/
注意:如有必要,您可以先備份這些資料,然後再刪除。
- 將舊的主要執行個體設為待命:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql setup-replication-on-standby -f
configFile
- 複製作業完成後,請在這兩部伺服器上發出以下指令碼,驗證複製狀態。系統應會在兩個伺服器上顯示相同的結果,以確保複製作業成功:
- 在主要節點上,執行以下動作:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql
postgres-check-master
驗證其是否為主要執行個體。
- 在待命節點上:
>
/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql
postgres-check-standby
確認其為待命。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-02-07 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-02-07 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-02-07 (世界標準時間)。"],[],[]]