Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

개요

Crowd Server의 데이터를 Crowd Data Center로 마이그레이션 하는 방법에 대해 설명합니다.

Server에서 Data Center로 마이그레이션

  1. Crowd Data Center 모두 중지

  2. Server의 <CROWD_SERVER_HOME>/shared/crowd.cfg.xml 정보를 Data Center의 <CROWD_DATA_CENTER_HOME>/shared/crowd.cfg.xml로 복사

    cat /home/share/atlassian/crowd/shared/crowd.cfg.xml
    ...
      <properties>
        ...
        <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
        <property name="hibernate.connection.password">crowddbuser</property>
        <property name="hibernate.connection.url">jdbc:postgresql://14.36.48.220:5432/crowddb?reWriteBatchedInserts=true</property>
        <property name="hibernate.connection.username">crowddbuser</property>
        ...

2. Crowd Data Center 모두 시작

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.