As of yet there is no administrative functionality in the app. In order to change dynamic content, such as speakers, do the following.
- Make a fresh copy of production
heroku pgbackups:capture --app uxmad-production
- Pull it down to staging
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app uxmad-production` --app uxmad-staging --confirm uxmad-staging
- Make changes as needed.
heroku console --app uxmad-staging
- Smoke test on staging http://uxmad-staging.com
- Make a fresh backup of staging
heroku pgbackups:capture --app uxmad-staging
- Restore to Production
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app uxmad-staging` --app uxmad-production --confirm uxmad-production