|
1 |
| -# binaryoverload/postgresql-client |
2 |
| - [](https://hub.docker.com/r/binaryoverload/postgresql-client) [](https://github.com/binaryoverload/docker-postgresql-client/) |
| 1 | +# binaryoverload/postgresql-client |
3 | 2 |
|
| 3 | + [](https://hub.docker.com/r/binaryoverload/postgresql-client) [](https://github.com/binaryoverload/docker-postgresql-client/) |
4 | 4 |
|
5 | 5 | A Docker image for all of the PostgreSQL client executables, including:
|
6 |
| - - `pg_dump` - Extract a PostgreSQL database into a script file or other archive file |
7 |
| - - `pg_dumpall` - Extract a PostgreSQL database cluster into a script file |
8 |
| - - `pg_restore` - Restore a PostgreSQL database from an archive file created by pg_dump |
9 |
| - - `psql` - PostgreSQL interactive terminal |
10 |
| - - `pg_isready` - Check the connection status of a PostgreSQL server |
11 |
| - - `pg_basebackup` - Take a base backup of a PostgreSQL cluster |
12 |
| - - `pg_verifybackup` - Verify the integrity of a base backup of a PostgreSQL cluster |
13 |
| - - [And many more...](https://www.postgresql.org/docs/current/reference-client.html) |
| 6 | + |
| 7 | +- `pg_dump` - Extract a PostgreSQL database into a script file or other archive file |
| 8 | +- `pg_dumpall` - Extract a PostgreSQL database cluster into a script file |
| 9 | +- `pg_restore` - Restore a PostgreSQL database from an archive file created by pg_dump |
| 10 | +- `psql` - PostgreSQL interactive terminal |
| 11 | +- `pg_isready` - Check the connection status of a PostgreSQL server |
| 12 | +- `pg_basebackup` - Take a base backup of a PostgreSQL cluster |
| 13 | +- `pg_verifybackup` - Verify the integrity of a base backup of a PostgreSQL cluster |
| 14 | +- [And many more...](https://www.postgresql.org/docs/current/reference-client.html) |
14 | 15 |
|
15 | 16 | This image is intended to be used as a base image for running PostgreSQL scripts and as such is deployed in both Ubuntu (Default) and Alpine distro variants with all major supported versions:
|
16 |
| - - 16 |
17 |
| - - 15 |
18 |
| - - 14 |
19 |
| - - 13 |
20 |
| - - 12 |
| 17 | + |
| 18 | +- 16 |
| 19 | +- 15 |
| 20 | +- 14 |
| 21 | +- 13 (Ubuntu only) |
| 22 | +- 12 (Ubuntu only) |
21 | 23 |
|
22 | 24 | Information on the versions of PostgreSQL and their support periods can be found [at the link here](https://www.postgresql.org/support/versioning/).
|
0 commit comments