Portal V7.0 cluster: Upgrade the node profiles
Run the upgrade-profile task to upgrade the profile and copied databases to v8. Pages are not modified.
- Start dmgr and node agents
- In dmgr console, synchronize all nodes.
- On the primary node.
cd WP_PROFILE/ConfigEngine ./ConfigEngine.sh upgrade-profile \ -DWasPassword=WasAdminPwd \ -DPortalAdminPwd=PortalAdminPwd
If you updated the database schemas manually, include the parameter -DDbSafeMode=true...
ConfigEngine.sh upgrade-profile \ -DWasPassword=WasAdminPwd \ -DPortalAdminPwd=PortalAdminPwd \ -DDbSafeMode=trueDo not specify this parameter if you want the migration process to update the database schemas for you.
If we are migrating a large amount of content in the JCR repository (WCM data), include the parameter -Dwcm.transactionTimeout=1200
ConfigEngine.bat upgrade-profile \ -DWasPassword=WasAdminPwd \ -DPortalAdminPwd=PortalAdminPwd \ -Dwcm.transactionTimeout=1200
- Repeat the previous step on each secondary node.
- Verify the migrated portal.
- Start the portal server
- Open a web browser and enter the URL for the migrated portal.
If upgrade-profile fails, we can restart using:
-Dwp.migration.framework.resume=<resume_point>
For example:
-Dwp.migration.framework.resume=deploy-apps
For troubleshooting, use
-DskipCleanup="true" to preserve work folder.If using both parameters, clean contents of...
wp_profile/ConfigEngine/config/work
Parent: Portal V7.0 clustered environment
Related:
Plan for migration: Security