You are viewing the RapidMiner Server documentation for version 9.0 - Check here for latest version
Upgrading from 8.x to 9.x
To upgrade the the RapidMiner Real-Time Scoring Agent from 8.x to 9.x simply follow these steps:
Stop the old Scoring Agent
Unzip the new Scoring Agent to a desired location -- let's call the new location
$SA_NEW
and the old one$SA_OLD
.Restore resources, by copying the following folders from the old to the new Scoring Agent:
cp -r $SA_OLD/workspace/deployments/ $SA_NEW/home/deployments/ cp -r $SA_OLD/workspace/licenses/ $SA_NEW/home/resources/licenses/ cp -r $SA_OLD/workspace/extensions/ $SA_NEW/home/resources/extensions/
Re-apply custom configuration
Start the new Scoring Agent