close
The Wayback Machine - https://web.archive.org/web/20200920224353/https://github.com/Jaymon/dump
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dump

Python wrapper around psql and pg_dump to make it easier to backup/restore a PostgreSQL database.

Backup

You backup per table:

$ dump backup --dbname=... --username=...  --password=... --dir=/some/base/path table1 table2 ...

Restore

You can restore the entire backup directory:

$ dump restore --dbname=... --username=...  --password=... --dir=/some/base/path

Install

Use pip:

$ pip install dump

to install the latest and greatest:

$ pip install --upgrade git+https://github.com/Jaymon/dump#egg=dump

About

Python wrapper around psql and pg_dump to make it easier to backup/restore a PostgreSQL database

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.