Closed bradfordcondon closed 4 years ago
I wrote up a full guide to make this easier:its here https://github.com/NAL-i5K/T2-to-T3-Upgrade-Guide
It's sitll a mix of automated and manual steps. However, now at least the scripts etc are all in one place instead of in separate gists.
This has been replaced by: https://github.com/Ferrisx4/T2-T3_Ferris-Saga. Closing.
make new database dump from stage
disable custom module x before step 1 to prevent breaking site.
Follow step 1 of migration guide. This replaces the v2 code with v3, and enacts the basic database changes.
disable extra text filter modules
create new text filers /rename old text filters
Migrate Content
Run custom migration scripts that deals with custom organism properties (#15 ) Gist script
enable tripal_manage_analyses module
Run custom migration script that takes internal "links" and inserts them into organism_analysis linker table gist code
enable custom i5k field display modules written by BC (WIP)
Perform step 4 of migration: unpublish nodes and copy url aliases/titles
Waiting on BC