openaustralia / oaf

OpenAustralia Foundation
https://github.com/openaustralia/oaf#readme
4 stars 3 forks source link

Load new users into CIVICRM #220

Closed equivalentideas closed 8 years ago

equivalentideas commented 8 years ago

Not morph.io, they have a separate donations system.

Handy instructions here https://github.com/openaustralia/oaf/issues/164

equivalentideas commented 8 years ago

Just need to do PlanningAlerts today for #224 .

Unfortunately I remember we need to load them 1000 at a time of CiviCRM crashes.

Here we go.

equivalentideas commented 8 years ago

That legend @henare helpfully wrote down how to manually extract the user emails from our rails projects that don't have an export feature:

RAILS_ENV=production bundle exec rails runner "User.pluck(:email).each { |e| puts e }"
equivalentideas commented 8 years ago

750 Right To Know users loaded.

equivalentideas commented 8 years ago

223 new They Vote For You users loaded (now 398 of them in total).

equivalentideas commented 8 years ago

Just OpenAustralia.org.au to go, here's the docs on exporting user’s emails.

equivalentideas commented 8 years ago

Done OA.org. That's the checklist complete.