About ReleaseBuilder

 

+

Search Tips   |   Advanced Search

 

ReleaseBuilder generates differential update files which can be used to apply only additions, modifications, and deletions between portal instances. ReleaseBuilder operates against XML configuration interface export files.

ReleaseBuilder is a configuration management tool. It should not be used for migration purposes.

ReleaseBuilder is located in...

PortalServer/bin

Syntax is...

releasebuilder -inOld old.xml -inNew new.xml -out diff.xml

...where...

Examples

To generate the differences file containing the additions and subtractions configuration file, enter;

./releasebuilder.sh -inOld stagingserverREV1_config.xml -inNew stagingserverREV2_config.xml -out outputfile.xml

The resulting output configuration file will contain the additions and deletions to be imported onto the production portal server.

ReleaseBuilder is installed during WebSphere Portal installation along with the XML configuration interface. It can be run on the production server, although doing so impacts performance of WebSphere Portal

Unlike the XML configuration interface, ReleaseBuilder does not interact with the portal server runtime. IBM recommends that ReleaseBuilder be run on a separate, standalone machine. This system can be the staging system, or a completely separate system on which WebSphere Portal is installed

To maximize use of system resources, WebSphere Portal should not be running during ReleaseBuilder execution.

 

Parent topic

Set up WebSphere Portal