반응형
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
- the_one_thing
- Replication
- Network #TCP #IP #Netmask #Host
- SQL #NULL #NOT_NULL
- Database
- oid2nae #postgresql
- chatgpt3 #AI #datascience
- postgresql #pgadmin #port #firewalld
- one_thin
- linux #filesystem #linuxdirectory
- SQL_basic
- EDB
- data_oid
- network #network_terminology #network_protocols
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- streaming_replication
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- dbms
- postgresql #vacuum #full_vacuum #verbose
- repmgr #postgresql #replication #HA
- SQL_COMMANDS #DDL #DML #TCL
- postgresql
- glossary #database #termins #postgresql #postgresql_architecture
- join #postgresql #sql #database
- High_Availability
- RAM #CPU #CS #Computer_Science #Terms
- SQL_VIEW #SQL #VIEW
- Linux #linux_tar #split
- database #dbms #objects #sql #schema #table #functions
- postgresql_fdw
Archives
- Today
- Total
i am lazy
PostgreSQL 외부 접속 허용 본문
728x90
반응형
기본적으로 postgresql을 설치했다면 외부접속은 불가능하도록 되어 있다. 다음 설정을 지정하여 외부 연결을 구성할 수 있다.
PostgreSQL port 추가 및 확인
firewall-cmd --permanent --add-port=5444/tcp
firewall-cmd --reload
firewall-cmd --list-all
postgresql.conf file 설정
vi $PGDATA/postgresql.conf
max_connections=100
pg_hba.conf file file 설정 및 db reload
OS user password 추가
pgAdmin 4 접속 테스트
보시다시피 설정이 성공적으로 완료되었습니다.
감사합니다 .
728x90
반응형
'PostgreSQL' 카테고리의 다른 글
Free test data (0) | 2022.10.04 |
---|---|
pgAdmin을 통해 테스트 데이터 업로드 (0) | 2022.10.04 |
EDB Failover Manager (EFM) for Managing Streaming Replication (0) | 2022.08.31 |
Setup EDB Postgres 14 Streaming Replication (0) | 2022.08.13 |
EDB Postgres 14 offline installation on Oracle Linux 8.5 (0) | 2022.08.06 |
Comments