Tag: Heroku
Heroku Toolbelt
Heroku is a cloud-based application deployment and management service. Heroku works on the principle of the container-based design system and these smart containers are known as dynos. The Heroku Toolbelt is a package of the Heroku CLI, Foreman, and Git
How to resolve “Composer vendor dir found in project” WARNING in Heroku?
Description of this Heroku warning Git repository always contains the vendor directory. This directory should not be under version control. Only ‘composer.json’ and ‘composer.lock’ files need to be added because Heroku handles the installation of dependencies on each deploy. There
How to close Heroku Postgres Database connections
Problem: Heroku Postgres Database Fatal error too many database connections for role ‘username’ Solution: 1. First install Heroku toolbelt with command a. sudo snap install heroku –classic 2. Login from command line a. heroku login 3. Check current database connections