사진 위치 수정

This commit is contained in:
bigdeejay
2025-02-03 12:28:03 +09:00
parent dd4801237d
commit 10e5737d5a

View File

@@ -13,30 +13,30 @@
3. 서비스 장애 발생 시 노드 간의 데이터의 가용성, 무결성 보장 3. 서비스 장애 발생 시 노드 간의 데이터의 가용성, 무결성 보장
테스트를 위해 pg1 서버의 postgresql 서비스 종료 * 테스트를 위해 pg1 서버의 postgresql 서비스 종료
<p align="center"> <p align="center">
<img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_1.png" alt="pg" width="800"> <img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_1.png" alt="pg" width="800">
</p> </p>
종료 후 접속되지 않는 pg1 서버의 postgresql 서비스 * 종료 후 접속되지 않는 pg1 서버의 postgresql 서비스
<p align="center"> <p align="center">
<img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_2.png" alt="pg" width="800"> <img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_2.png" alt="pg" width="800">
</p> </p>
`user4` 테이블 생성 - `user4` 테이블 생성
<p align="center"> <p align="center">
<img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_3.png" alt="pg" width="800"> <img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_3.png" alt="pg" width="800">
</p> </p>
pg1 서버의 postgresql 서비스 `recovery` 명령어 실행 & 서비스 복구 성공 - pg1 서버의 postgresql 서비스 `recovery` 명령어 실행 & 서비스 복구 성공
<p align="center"> <p align="center">
<img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_4.png" alt="pg" width="800"> <img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_4.png" alt="pg" width="800">
</p> </p>
pg1 서버의 postgresql 서비스 복구 후 생성된 `user4` 확인 - pg1 서버의 postgresql 서비스 복구 후 생성된 `user4` 확인
<p align="center"> <p align="center">
<img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_5.png" alt="pg" width="800"> <img src="https://gitea.rsonesoft.com/bigdeejay/pgpool_watchdog_setup_example/raw/branch/main/recovery_5.png" alt="pg" width="800">
</p> </p>
# 설치환경 # 설치환경
## 서버 3대 ## 서버 3대