Bug #495
closedCreate a new wizard path for people doing upgrade.
100%
Description
For people has Leginon v1.6, people still need to go through the wizard to get new config file, and run table creation for getting new db table schema and run the db upgrade page. But they don't want to run data initialization.
Wizard need to be smart enough to find out what type of thing user needs to do, and point the user to the right place.
Updated by Eric Hou over 14 years ago
- Status changed from New to Assigned
- % Done changed from 0 to 80
I just add the new db upgrade path in to the wizard.
r13985
r13986
To test: (Please test this very detail. I am not sure it will work as we want yet).
Use old 1.6 database schema and run the wizard. (myamiweb/setup).
Follow all the steps. Wizard will lead you where to go.
Thanks.
Eric
Updated by Eric Hou over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Eric Hou over 14 years ago
- Status changed from Assigned to In Code Review
Updated by Anchi Cheng over 14 years ago
For upgrading, initTableReport.php need to use only the added ../xml/projectUpdateSchema.xml ( r14015 ). The xml file leginonDBSchema.xml should not be run.
Updated by Anchi Cheng over 14 years ago
- Status changed from In Code Review to Assigned
- Assignee changed from Amber Herold to Eric Hou
Updated by Eric Hou over 14 years ago
- Status changed from Assigned to In Test
- Assignee changed from Eric Hou to Amber Herold
- % Done changed from 80 to 100
This is done today.
r14082
To Test:
create old database (dbemdata, project) (V 1.6)
run wizard.
Wizard will tell you what to do.
Thanks.
Eric
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Anchi Cheng
Anchi, can you test this?