Opened 14 years ago
Last modified 13 years ago
#1591 closed task
Upgrade script for BASE 2.17 --> 3.0 — at Version 5
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | blocker | Milestone: | BASE 3.0 |
Component: | install | Version: | |
Keywords: | Cc: |
Description (last modified by )
The existing BASE 2.17 database should remain mainly intact, but there may be some things that we need to move around to different tables. We don't know any details yet but we'll probably need some kind of script for this. Here is a list of what we have found so far:
- Remove the
affy_chip
column from theArrayDesigns
table. This column has not been used for a very long time (BASE 2.5?) - Remove the
jar_path
column from the 'PluginDefinitionstable. But first copy the filename (not path) to the
jar_file` column. - Remove the
jar_path
column from theJobAgentSettings
table. - Remove references to
jarPath
property from context filters, sort settings, etc. forPLUGINDEFINITION
.
Change History (5)
comment:1 by , 14 years ago
Milestone: | → BASE 3.0 |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Description: | modified (diff) |
---|
comment:4 by , 14 years ago
comment:5 by , 14 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [5592]) References #1591: Upgrade script for BASE 2.17 --> 3.0
Removed almost everything from Update.java since we will only support upgrading from BASE 2.17.