Scalingo PostgresSQL dumper

https://img.shields.io/pypi/v/scalpg_dump.svg https://img.shields.io/travis/tobiase/scalpg_dump.svg Documentation Status Updates

Dumps your Scalingo PostgreSQL database without the hustle

To dump the database go to a local directory that’s associated with a Scalingo app

Scalingo PostgresSQL dumper requires a working installation of the Scalingo CLI Install Scalingo CLI: http://doc.scalingo.com/app/command-line-tool.html

Usage

Dump to file:

scalpg_dump > dump.sql

Pass version to scalingos dbclient-fetcher:

scalpg_dump -v11

Run for specific version / region:

SCALINGO_APP=your-app SCALINGO_REGION=agora-fr1 scalpg_dump

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.