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 | 31 |
Tags
- centos 7.5
- Kubernetes
- bash
- PostgreSQL
- JSON
- zabbix
- GNOME
- Chrome
- Audit Log
- 서울시민카드
- RHEL
- log
- 크롬
- docker
- audit
- C
- K8S
- Shell
- Linux
- Elasticsearch
- rsyslog
- Elk
- 빅데이터
- syslog
- 파이썬
- Python
- 디렉토리
- yum
- CentOS
- GPU
Archives
- Today
- Total
목록Postgresql 10 권한 (1)
Sysops Notepad
Centos 7 Postgresql 10 설치 및 DB 생성
1. 레포 추가rpm -Uvh https://yum.postgresql.org/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm 2. 설치yum install -y postgresql10-server postgresql10 3. DB 초기화/usr/pgsql-10/bin/postgresql-10-setup initdb Initializing database ... OK 4. systemctl start postgresql-10 5. systemctl enable postgresql-10 6. su - postgres 7. psql 8. DB 생성 및 계정 생성postgres=# CREATE DATABASE mydb; CREATE DATABASE postgre..
업무/sys
2018. 7. 8. 00:04