Version 3.5.4
This is a minor version upgrade from 3.5.3
IMPORTANT:
- If upgrading from versions earlier than 3.4.3, See release notes for 3.4.3 for required settings changes post upgrade. Also review 3.5.1 release notes (see below).
- If upgrading from versions earlier than 3.5.1, See release notes for 3.5.1 for updated pre-requisites and post-install actions.
- This distribution switches to an upgraded MongoDB distribution that must be downloaded and installed separately. This may be done automatically with OneDesignConfig script, or manually (see instructions below)
- This distribution switches to Elastic 6.2.1 which requires the service to be removed and re-registered. This also requires reindexing which may take up to a couple hours depending on environment size. Search will not work until reindexing completes
Changes:
- Upgraded MongoDB version for improved performance
- Upgrade Elastic search version for improved performance
- Enhancements to WebAgent --upgrade command
- Improvements to directory scan
- Support for additional LDAP directory types in MIM Test
Upgrade Dependency Services (For clean install do steps 7, 8, and 9)
1. Delete existing database service and elastic service
sc delete SoftwareIDM.IdentityPanelDB
sc delete SoftwareIDM.Elastic
2. Delete C:\Program Files\SoftwareIDM\IdentityPanelWeb\Elastic\elastic.txt (will instruct installer to re-create service)
3. Download and run MongoDB version 3.4 installer
4. Register and start service
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --config "C:\Program Files\SoftwareIDM\IdentityPanelWeb\MongoDB\mongodb.cfg" --install --serviceName "SoftwareIDM.IdentityPanelDB" --serviceDisplayName "SoftwareIDM Identity Panel Database"
net start SoftwareIDM.IdentityPanelDB
5. Upgrade version compatibility
"C:\Program Files\MongoDB\Server\3.4\bin\mongo.exe" --eval "db.adminCommand({setFeatureCompatibilityVersion: '3.4'});"
6. Stop and delete service
net stop SoftwareIDM.IdentityPanelDB
sc delete SoftwareIDM.IdentityPanelDB
7. Download and run MongoDB 3.6.2 Installer
8. Register and start service
"C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe" --config "C:\Program Files\SoftwareIDM\IdentityPanelWeb\MongoDB\mongodb.cfg" --install --serviceName "SoftwareIDM.IdentityPanelDB" --serviceDisplayName "SoftwareIDM Identity Panel Database"
net start SoftwareIDM.IdentityPanelDB
9. Make sure folder Program Files\SoftwareIDM\IdentityPanelWeb\Elastic\plugins exists, and start SoftwareIDM.ElasticSearch service
10. Reindex Search
Delete the folder C:\Program Files\SoftwareIDM\IdentityPanelWeb\Elastic\data to clear old index data
Run command:
"C:\Program Files\SoftwareIDM\IdentityPanelWeb\WebAgent.exe" --reindex
Comments
0 comments
Please sign in to leave a comment.