반응형

PostgreSQL 3

[PostgreSQL] PostgreSQL 13 Primary/standby 이중화(HA) 구성

[PostgreSQL] PostgreSQL 13 Primary/standby 이중화(HA) 구성 OS 환경CentOS 7.9 IPPrimary : 192.168.136.187Standby : 192.168.136.188vip : 192.168.136.189 DML, 192.168.136.190 Select DB 환경PostgreSQL 13.12 사전작업 (both)방화벽 중지-- primary[root@pg-ha1 ~]# systemctl stop firewalld[root@pg-ha1 ~]# systemctl disable firewalld-- standby[root@pg-ha2 ~]# systemctl stop firewalld[root@pg-ha2 ~]# systemctl disable firewa..

PostgreSQL 2023.09.13

[PostgreSQL] Rocky Linux 8.7에 PostgreSQL 14 설치 가이드

[PostgreSQL] Rocky Linux 8.7에 PostgreSQL 14 설치 가이드 OS 환경 Rocky Linux 8.7 DB 환경 PostgreSQL 14 사전작업 locale 설정 [root@rocky1 ~]# export LANG=c 설치 Repository 추가 # PostgreSQL 최신 설치를 위해 Repository를 연결 [root@rocky1 ~]# dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm Rocky Linux 8 - AppStream 2.6 MB/s | 11 MB 00:04 Rocky Linux 8 - BaseO..

PostgreSQL 2023.08.22
반응형
맨 위로