Monday, March 2, 2015

Database dump from heroku ( pgbackups )

heroku pgbackups:capture --expire  --app app_name

heroku pgbackups:url --app app_name

curl -o file_name.dump "url"