A PostgreSQL client image with built-in file transfer and backup tools.
2.7K
A Docker image for all of the PostgreSQL client executables, including:
pg_dump - Extract a PostgreSQL database into a script file or other archive filepg_dumpall - Extract a PostgreSQL database cluster into a script filepg_restore - Restore a PostgreSQL database from an archive file created by pg_dumppsql - PostgreSQL interactive terminalpg_isready - Check the connection status of a PostgreSQL serverpg_basebackup - Take a base backup of a PostgreSQL clusterpg_verifybackup - Verify the integrity of a base backup of a PostgreSQL clusterThe image also includes common file transfer utilities to allow use of this image for backup and restore operations, including:
curl, wget - Download files from the internettar, gzip, zip and xz - Archive and compress filesopenssl and gpg - Encrypt and decrypt filesrsync - Synchronize files and directories between two locationsrclone - https://rclone.org/ - Sync files and directories to and from cloud storage providersrestic - https://restic.readthedocs.io/ - Restic encrypted backup toolcron - Schedule tasks to run at specific intervalsThis 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:
Information on the versions of PostgreSQL and their support periods can be found at the link here.
Content type
Image
Digest
sha256:2cb0e012c…
Size
168.4 MB
Last updated
6 months ago
docker pull binaryoverload/postgresql-client:17-ubuntu