Command: heroku pgbackups:capture --remote production
Response: >>> HEROKU_POSTGRESQL_COLOR_URL (DATABASE_URL) ----backup---> a712
Command: heroku pgbackups:url [db_key] --remote production
#!/bin/bash | |
# TODO: Check if file exists | |
# ------------------------------------------------------------------------------ | |
# Environment Variables | |
export HOST= | |
export USERNAME= | |
export DB_NAME= | |