Skip to content
shaunxp20 edited this page Apr 14, 2021 · 5 revisions

Technovation Girls

Technovation Families

Setup Accounts

  • Google
    • Update email account to default to technovation.org
  • 1Password
    • Invite from Kate Y
  • Heroku
  • GitHub
  • Slack
  • Basecamp
  • ZenBoard
  • CircleCI

Access

  • Get added to:
    • GitHub organization
    • Heroku group
    • Basecamp groups
    • Slack
    • 1Password group
    • OOO calendar

HR Stuff

  • Benefits, direct deposit, etc.

Training/Courses

  • Reporter Training
  • Security Awareness, and Privacy & Data Protection
  • Data Security & Privacy
  • Harassment & Discrimination Prevention

Miscellaneous

  • Meeting invites
  • Email signature

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