이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

« 이전 버전 7 다음 »

This document covers what to do when there are any changes after installation of PostgreSQL.

What to do after changing PostgreSQL


Describes the considerations when changing the installation folder or port by changing the PostgreSQL version.

  • Update the value of registry : HKEY_LOCAL_MACHINE\SOFTWARE\Samsung\MagicInfo-i\Server\Premium
    • postgrePath : changed path
    • pgport : changed port number
  • Update Environment Variable
    • the port number of postgreSQL (If there are any changes)
  • config.properties 값 업데이트
    • 만약 포트값이 수정되었다면 매직인포 runtime 폴더 안의 config.properties의 값도 수정되어야 합니다. 아래의 key 값을 찾아 바뀐 포트값으로 업데이트 하세요 
      1. wsrm.url=jdbc:postgresql://localhost:5432/magicinfo
      2. org.quartz.dataSource.databaseDS.URL = jdbc:postgresql://localhost:5432/magicinfo

PostgreSQL를 사용하는 환경에서의 백업


매직인포 서버를 백업하려면 DB와 Runtime 폴더를 백업해야 합니다.

  1. 매직인포 postgreSQL DB 백업  
    1. magicinfo 계정으로 로그인
    2. 우클릭 후 backup 선택
    3. 백업 파일 이름과 저장 폴더 이름 입력 후 백업 클릭
  2. 매직인포 Runtime 폴더 백업 

PostgreSQL를 사용하는 환경에서의 복원 


  1. 매직인포 postgreSQL DB 복원
    1. postgreSQL 안에 새로운 데이터베이스를 생성합니다.
    2. 소유자(owner)를 magicinfo로 설정합니다. 
    3. 복원을 클릭하여 이전 내용으로 복원합니다.
  2. 매직인포 Runtime 폴더 복원
    1. 백업해두었던 runtime 폴더를 복원합니다.