I believe that I\'ve successfully deployed my (very basic) site to fortrabbit, but as soon as I connect to SSH to run some commands (such as php artisan migrate
php artisan migrate
It worked after I change from DB_HOST=localhost to DB_HOST=127.0.0.1 at .env file
DB_HOST=localhost
DB_HOST=127.0.0.1