일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Packstack
- Openstack Rocky
- CentOS
- 자작 NAS
- LattePanda Ubuntu
- PostgreSQL
- LattePanda NAS
- Kubernetes
- MariaDB
- 라떼판다 NAS
- Rocky Linux
- CentOS 8
- haproxy
- LattePanda
- 라떼판다
- ubuntu
- podman
- Windows 10 Home
- RHEL 7
- MySQL
- nextcloud
- RHEL
- MSA
- RHEL 8
- RDP Wrap
- WireGuard
- openstack
- 라떼판다 우분투
- Rocky Linux 8
- centos 7
Archives
- Today
- Total
목록PostgreSQL 11 (1)
간마늘작업소
[PGSQL] PostgreSQL 11 – 02.Replication(복제) 설정
0.개요 PostgreSQL 11 이중화 중 Replication 설정. PostgreSQL 12 이상 버전에서의 Replication 설정은 다른 방법으로 진행됨. 1.사전 환경. Master 1대 - Standby 1대로 구성할 것을 가정. 2.Master Node 설정 su - postgres cd /data/pgdata/ mkdir archive vi postgresql.conf (전략) wal_level = hot_standby archive_mode = on archive_command = 'cp %p /data/pgdata/archive/%f' max_wal_senders = 10 max_replication_slots = 10 postgresql.conf 파일 하단에 내용 추가. vi pg..
Linux/31.PostgreSQL
2022. 7. 5. 10:52