-
list apps: ”heroku apps”
-
logs of the production environment: ”heroku logs –remote heroku > /tmp/production.log”
-
stored in config/application.yml
-
figaro heroku:set -e production –app <heroku app name>
-
git push staging master
-
heroku run rake db:migrate –remote staging
-
heroku ps –remote staging
-
heroku open –remote staging
-
same as staging with –remote heroku
-
sudo -u postgres createuser -d -R -P katharina
** will create a user that can create a db (-d), can’t create role (-R), and prompt for password(-P)
-
createdb