반응형
250x250
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 |
Tags
- NFT
- html5웹디자인
- 이중화
- 웹예제
- 서버
- pgpool
- nft예제
- html5배경만들기
- html5popup
- NFT솔라나
- html5디자인예제
- 웹디자인
- 솔라나NFT
- 웹디자인예제
- grpc
- html5글자효과
- PostgresSQL
- 포트폴리오예제
- html5기초예제
- html5웹디자인예제
- html5예제
- NFT개발
- html5기초
- 솔라나개발
- 솔라나cookbook
- solanaNFT
- 포트폴리오
- HTML5
- html5포트폴리오예제
- 솔라나
Archives
- Today
- Total
목록pg_restore_docker (1)
Scikit Web
pg restore cli with docker
PostgresSQL 을 도커로 실행하고 있는 상황이라 아래 명령어로 해당 도커의 인스턴스 안으로 접속하여 초기화 한다 sudo docker exec -it 08a814b850ec bash psql [DB NAME] truncate table "[TABLE NAME]" restart identity pg restore 기능 중 DB의 특정 테이블을 복구 하는 방법이다 pg_restore --host "localhost" --port "5434" --username "root" --dbname "" --table "" [FILE NAME]
Backend/PostgresSQL
2022. 12. 30. 15:34