Command: heroku pgbackups:capture --remote production
Response: >>> HEROKU_POSTGRESQL_COLOR_URL (DATABASE_URL) ----backup---> a712
Command: heroku pgbackups:url [db_key] --remote production
| # sudo su and run the following | |
| sudo apt-get update && \ | |
| sudo apt-get -y upgrade && \ | |
| # install all dependencies | |
| sudo apt-get -y install \ | |
| build-essential \ | |
| checkinstall \ | |
| gcc \ |