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) · 787 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 787 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 uxmad-production
  1. Pull it down to staging
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app uxmad-production` --app uxmad-staging --confirm uxmad-staging
  1. Make changes as needed.
heroku console --app uxmad-staging
  1. Smoke test on staging http://uxmad-staging.com
  2. Make a fresh backup of staging
heroku pgbackups:capture --app uxmad-staging
  1. Restore to Production
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app uxmad-staging` --app uxmad-production --confirm uxmad-production