Skip to content
Jim Fulton edited this page Apr 13, 2017 · 1 revision

Steps to newtify:

  1. Add newt to config.

  2. Add index-definitions to reproduce what we have now with the prototype (object_json).

  3. Deploy

  4. Run update script to convert old data:

    newt-updater --redo postgresql://...
    
  5. Update existing views to use newt.

  1. deploy
  2. Stop running old updater.
  3. Remove object_json and associated indexes.
Clone this wiki locally