フィードバックを送信
収益化のために Postgres データベースの設定を変更する
Edge for Private Cloud では、Postgres データベース設定の変更が必要になる場合があります。
Postgres データベースのフェイルオーバーを実装する場合などに使用可能です。
現時点で収益化
Service が有効になっているときに、Monetization システムの設定も変更する必要があります。
おすすめします
次の手順に従って、Google Compute Engine インスタンスの Postgres データベースの接続構成を
収益化サービス。
注: この手順は、収益化が有効になっている場合にのみ使用できます。
で確認できます。
注: edge-mint-management-server
は、
説明します。このコマンドは
/opt/apigee/apigee-service/bin/apigee-service edge-mint-management-server status
ステータス Not Running
を返すことが期待されます。
以下の構成で構成ファイルを作成します。このファイルは、
apigee
人のユーザー。
# IP address of a zookeeper node
ZK_HOSTS=XX.XX.XX.XX
# Postgres admin user and password
PG_USER=apigee
PG_PWD=postgres
# Postgres Host IP
MO_PG_HOST=XX.XX.XX.XX
# Postgres user and password for monetization
MO_PG_USER=postgre
MO_PG_PASSWD=changeme
# [OPTIONAL] Comma separated list of org names for which monetization is enabled
MO_ORG_NAMES=org1,org2
いずれかの管理サーバーノードで次のコマンドを実行します。
$APIGEE_ROOT/apigee-service/bin/apigee-service edge-mint-management-server mint-pg-registration -f <path-to-config-file>
すべての Management Server ノードと Message Processor ノードを再起動します。
$APIGEE_ROOT/apigee-service/bin/apigee-service edge-management-server restart
$APIGEE_ROOT/apigee-service/bin/apigee-service edge-message-processor restart
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[{
"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": "最終更新日 2024-08-22 UTC。",
"confidential": False
}