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
- MS-SQL
- Bootstrap
- C#
- WebView
- 컬럼명
- 안드로이드
- Eclipse
- Maven
- javascript
- Redirect
- 자바
- MSsql
- scrollView
- 자바스크립트
- TextBox
- 웹뷰
- Android
- Apache Lucene
- STS
- SpringSource Tool Suite
- Web Service
- asp.net
- html
- decompiler
- Java
- MANTIS
- varags
- 웹 서비스
- jsp
- 이클립스
Archives
- Today
- Total
목록postgres (1)
bboks.net™

Rocky Linux 8 기준1. postgresql repo 설치dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2. 기본 postgresql 비활성화dnf -qy module disable postgresql 3. postgresql 설치dnf install postgresql13 postgresql13-server 4. pg_rman 설치해당 링크로 들어가 설치한 postgresql 버전과 맞는 버전의 pg_rman 설치rpm -ivh https://github.com/ossc-db/pg_rman/releases/download/V1.3.14/p..
Database/Postgres
2022. 7. 15. 15:46