Skip to content
shaunxp20 edited this page Mar 31, 2021 · 5 revisions

Technovation Girls

Technovation Families

Technovation Girls WordPress

Technovation Wordpress

Setup Accounts & Get Access

  • Heroku
  • Slack
    • Roxana to invite
  • ZenBoard
    • Roxana to invite
  • CircleCI
    • Sigin with GitHub

How to Import Staging/QA Data

  • Download a backup of staging/qa data
    • Log in to Heroku
    • Click technovation-qa for Technovation Girls
    • Click curiositystaging for Technovation Families
    • Click "Heroku Postgres" add-on
    • Click "Durability" tab
    • Download a backup
  • Run the following command to import the backup locally:
    • For Technovation Girls:
      • pg_restore --verbose --clean --no-owner --host localhost --username postgres --dbname technovation-app_development ~/Downloads/yourbackupfile
    • For Technovation Families:
      • pg_restore --verbose --clean --no-owner --host localhost --username postgres --dbname cm_local ~/Downloads/yourbackupfile