개요
Crowd Server의 데이터를 Crowd Data Center로 마이그레이션 하는 방법에 대해 설명합니다.
Server에서 Data Center로 마이그레이션
Crowd Data Center 모두 중지
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 모두 시작
Add Comment