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