Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 837 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 837 Bytes

README

Updating the site

As of yet there is no administrative functionality in the app. In order to change dynamic content, such as speakers, do the following.

  1. Make a fresh copy of production
heroku pgbackups:capture --app snowmobile-production
  1. Pull it down to staging
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app snowmobile-production` --app snowmobile-staging --confirm snowmobile-staging
  1. Make changes as needed.
heroku console --app snowmobile-staging
  1. Smoke test on staging http://snowmobile-staging.com
  2. Make a fresh backup of staging
heroku pgbackups:capture --app snowmobile-staging
  1. Restore to Production
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app snowmobile-staging` --app snowmobile-production --confirm snowmobile-production