Categories

Versions

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:

  1. Stop the old Scoring Agent

  2. Unzip the new Scoring Agent to a desired location -- let's call the new location $SA_NEW and the old one $SA_OLD.

  3. 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/
    
  4. Re-apply custom configuration

  5. Start the new Scoring Agent