Important Note: ReleaseBuilder is configuration management tool, it cannot be used for migrating portal from one release to another i.e. WPS 6.0 to WPS 6.1. Portal has migration tools to help you with that.
The releasebuilder.sh/releasebuilder.bat file is located inside wp_profile_root/PortalServer/bin. You can execute it using this syntax
releasebuilder -inOld release1.xml -inNew release2.xml -out difference.xml
- inOld: Fully qualified path of the xmlaccess input file that represents the first release configuration
- inNew: Fully qualified path of the xmlaccess input file that represents the second release configuration
- out: Fully qualified path where the output of the release builder should written. This would an xmlaccess file that represents difference between first and second release. Import this difference.xml file on the production server using xmlaccess tool to apply difference between two releases
Important Note: Releasebuilder tool can be executed on separate machine or it can be executed on the same machine even when Portal Server is running. Release Builder is performance incentive tool so dont run it on production server
No comments:
Post a Comment