Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
/ ncbo_migration Public archive

Scripts for migrating data from older NCBO systems to newer ones

Notifications You must be signed in to change notification settings

ncbo/ncbo_migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

320fc13 · Apr 7, 2018
Sep 3, 2013
Sep 18, 2013
Sep 16, 2013
Sep 26, 2013
Feb 10, 2015
Oct 10, 2013
Jul 22, 2016
Apr 7, 2018
Feb 12, 2013
Sep 25, 2013
May 29, 2013
Feb 15, 2013
Sep 3, 2013
Oct 31, 2013
Oct 21, 2013
Oct 9, 2013
Jul 3, 2013
Sep 6, 2013
May 29, 2013
Sep 17, 2013
Sep 26, 2013
Oct 15, 2013
May 29, 2013
Sep 18, 2013

Repository files navigation

Migrating NCBO data

Steps for migration:

  1. Copy settings.sample.rb to settings.rb
  2. Populate the settings file with the values appropriate to your environment
  3. gem install bundler
  4. bundle install
  5. To run all of the migrations: bundle exec ruby all.rb
  6. To run a particular migration: bundle exec ruby migration.rb (some migrations are dependent on others, you will get an error if you try to run a migration with a dependent migration that hasn't been run yet)