수익 창출을 위한 Postgres 데이터베이스 설정 변경

Private Cloud용 Edge에서 Postgres 데이터베이스 설정을 변경해야 할 수도 있습니다. Postgres 데이터베이스 장애 조치를 구현하는 경우를 예로 들 수 있습니다. 수익 창출이 있는 경우 서비스를 사용 설정한 경우 수익 창출 시스템 설정도 수정해야 합니다. 를 참조하세요.

다음 절차에 따라 Postgres 데이터베이스 연결 구성을 변경합니다. 수익 창출 서비스.

를 통해 개인정보처리방침을 정의할 수 있습니다.
  1. 아래 구성으로 구성 파일을 만듭니다. 파일은 다음에서 읽을 수 있어야 합니다. 사용자 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
  2. 관리 서버 노드 중 하나에서 다음 명령어를 실행합니다.
    $APIGEE_ROOT/apigee-service/bin/apigee-service edge-mint-management-server mint-pg-registration -f <path-to-config-file>
  3. 모든 관리 서버 및 메시지 프로세서 노드를 다시 시작합니다.
    $APIGEE_ROOT/apigee-service/bin/apigee-service edge-management-server restart
    $APIGEE_ROOT/apigee-service/bin/apigee-service edge-message-processor restart