반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- postgresql
- RAM #CPU #CS #Computer_Science #Terms
- join #postgresql #sql #database
- the_one_thing
- postgresql #pgadmin #port #firewalld
- SQL #NULL #NOT_NULL
- Replication
- postgresql_fdw
- SQL_VIEW #SQL #VIEW
- High_Availability
- postgresql #vacuum #full_vacuum #verbose
- glossary #database #termins #postgresql #postgresql_architecture
- one_thin
- chatgpt3 #AI #datascience
- oid2nae #postgresql
- network #network_terminology #network_protocols
- data_oid
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- EDB
- SQL_COMMANDS #DDL #DML #TCL
- linux #filesystem #linuxdirectory
- dbms
- streaming_replication
- database #dbms #objects #sql #schema #table #functions
- Network #TCP #IP #Netmask #Host
- SQL_basic
- Linux #linux_tar #split
- Database
- repmgr #postgresql #replication #HA
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
Archives
- Today
- Total
목록repmgr #postgresql #replication #HA (1)
i am lazy

REPMGR이란 ? repmgr 은 PostgreSQL 서버 클러스터에서 복제 및 장애 조치를 관리하기 위한 오픈 소스 도구 모음입니다. 대기 서버를 설정하고, 복제를 모니터링하고, 장애 조치 또는 수동 전환 작업과 같은 관리 작업을 수행하는 도구로 PostgreSQL의 내장 핫 스탠바이 기능을 향상합니다. Installation steps Primary node = 192.168.56.179 Standby node = 192.168.56.80 PostgreSQL version = 14 Primary node 1. check PostgreSQL version cat $PGDATA/PG_VERSION 2. repmgr install yum install repmgr rpm -qa | grep repmgr ..
PostgreSQL
2022. 10. 11. 16:16