Postgresql 설치 후 Postgresql.conf 설정 및 Master - Slave 구축 지난 글에 이어서 postgresql Master - Slave를 구축해보겟다. 지난 글 : https://0409kdk.tistory.com/2 Postgresql-15 Master - Slave 설정 및 구축- (1) 이번 프로젝트에서 DB 가용성을 위해 이중화를 해야한다고 해서 Postgresql의 Master - Slave 기능을 이용하여 이중화 구성을 해보려고 한다. OS : Redhat8 DB : Postgresql-15 Server : 2대 OS는 프로젝트 하는곳이 0409kdk.tistory.com ※ Master 서버 data 경로로 들어간다 cd /database/postgres/data ..