source: ComponentRegistry/trunk/ComponentRegistry/UPDATE @ 1709

Last change on this file since 1709 was 1709, checked in by twagoo, 12 years ago

Added remarks on admin users context param in UPDATE and INSTALL documents

File size: 835 bytes
Line 
1UPDATING THE COMPONENT REGISTRY REST SERVICE AND FLEX UI
2
3Procedure for updating
4----------------------
5
6- When upgrading to a new version of the ComponentRegistry, check if there are
7  updates of the database schema. These will be named upgrade-x.yy.sql, e.g.
8  upgrade-1.10.sql
9
10- If the database needs upgrading, first make a backup (dump) of the existing
11  database. Stop the application before doing so
12
13- Execute the upgrade script. When upgrading over multiple minor versions,
14  execute the upgrade scripts incrementally
15
16- Then redeploy the WAR and start the application
17
18Version specific issues
19-----------------------
20
21=== 1.x -> 1.11 ==
22
23- The following should be added to the context fragment for the Component
24  Registry:
25    <Parameter
26        name="componentRegistryAdminUsers"
27        value="space-separated-list-of-admin-eppns"/>
28
Note: See TracBrowser for help on using the repository browser.