pgtricks – two tools for backing up PostgreSQL database dumps
github.com·8h·
Discuss: Hacker News

pgtricks

This package contains two tools for backing up PostgreSQL database dumps.

| | | | | | | We’re asking the community kindly for help to review pull requests for |next-milestone|_ . If you have a moment to spare, please take a look at one of them and shoot us a comment! | We have a community support channel on GitHub Discussions. Welcome to ask for help and advice! |

Installing

To install in a virtualenv or globally as a superuser:

pip install pgtricks

To install only for the current user:

pip install --user pgtricks

pg_dump_splitsort

pg_dump_splitsort is a handy script for pre-processing PostgreSQL’s pg_dump output to make it more suitable for diffing and storing in v…

Similar Posts

Loading similar posts...