https://github.com/civitaspo/pg_repack-docker
Docker image for pg_repack (https://github.com/reorg/pg_repack)
https://github.com/civitaspo/pg_repack-docker
Last synced: 2 months ago
JSON representation
Docker image for pg_repack (https://github.com/reorg/pg_repack)
- Host: GitHub
- URL: https://github.com/civitaspo/pg_repack-docker
- Owner: civitaspo
- License: mit
- Created: 2020-04-01T05:01:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T06:38:15.000Z (about 5 years ago)
- Last Synced: 2025-01-21T22:44:12.002Z (4 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pg_repack-docker
Docker image for pg_repack (https://github.com/reorg/pg_repack)## Build
```
https://github.com/civitaspo/pg_repack-docker.git
cd pg_repack-docker
docker build -t pg_repack .
```* Change pg_repack vertion according to the pg_repack extention installed in your RDS PostgreSQL.
## Usage
```
docker run -it --rm pg_repack
```* You can see help message via `docker run -it --rm pg_repack --help`
* See [the AWS Document](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html#Appendix.PostgreSQL.CommonDBATasks.pg_repack) for more details.