pg_back

v 2.3.1 Updated: 5 months, 1 week ago

Simple backup tool for PostgreSQL

pg_back is a dump tool for PostgreSQL. The goal is to dump all or some databases with globals at once in the format you want, because a simple call to pg_dumpall only dumps databases in the plain SQL format. Behind the scene, pg_back uses pg_dumpall to dump roles and tablespaces definitions, pg_dump to dump all or each selected database to a separate file in the custom format. It also extract database level ACL and configuration that is not dumped by pg_dump older than 11. Finally, it dumps all configuration options of the PostgreSQL instance.

https://github.com/orgrim/pg_back

To install pg_back, paste this in macOS terminal after installing MacPorts

sudo port install pg_back

Add to my watchlist

Installations 0
Requested Installations 0