Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scenario 2: Linux + Windows: Add -s to invocation as setup action is not needed when moving from 3.5 to 3.5-SP1 (only 3.4-SP3 to 3.5.X)

...

Syndeia Cloud 3.5 SP1, including the REST API and the Syndeia Cloud Web Dashboard, has several improvements which are listed here: Syndeia 3.5 SP1 - Improvements.

...

Installation Process

Syndeia Cloud 3.5 SP1 is a full build of Syndeia Cloud and not a patch/incremental build. It is an in-place upgrade of the Syndeia Cloud services and does NOT require any data migration. Follow the steps below to deploy Syndeia Cloud 3.5 SP1.

  1. Download & extract the three .zip files to your home dir, i.e. syndeia-cloud-3.5-SP1.zip, syndeia-cloud-3.5-SP1_janusgraph.zip, syndeia-cloud-3.5-SP1_cassandra_zookeeper_kafka_setup.zip

  2. Identify your current Syndeia Cloud version and platform (Windows, Linux). Version The version can be identified by the filename of the .zip you originally downloaded, e.g. syndeia-cloud-3.5.2021-06-03.checking the Help > About menu in Syndeia Cloud.

  3. Follow the instructions below for the scenario and platform relevant to your environment.

...

  1. To upgrade Syndeia Cloud (SC) to 3.5 SP1: in your bash shell, run the below and follow the prompts:  

    Code Block
    languagebash
    export SC_snapshot_version_old=3.5
    cd ~/syndeia-cloud-3.5-SP1/bin/
    ./syndeia-cloud-3.5_install.bash --upgrade -s -SC_v 3.5-SP1
    and follow the prompts.
     

    (info) Note, if you are running a multi-node configuration you will also need to pass in --multi_node (or -m), ie:

    Code Block
    languagebash
    export SC_snapshot_version_old=3.5
    cd ~/syndeia-cloud-3.5-SP1/bin/
    ./syndeia-cloud-3.5_install.bash --upgrade -s --multi_node --SC_version=3.5-SP1

Windows

  1. Stop all existing SC services via services.msc (SCM)

  2. To upgrade Syndeia Cloud (SC) to 3.5 SP1: in a Cygwin/WSL terminal, run :  the below and follow the prompts:

    Code Block
    languagebash
    export SC_snapshot_version_old=3.5
    cd ~/syndeia-cloud-3.5-SP1/bin/
    ./syndeia-cloud-3.5_install_windows.bash --upgrade -s -SC_v 3.5-SP1
    and follow the prompts
     

    (info) Note,

...

  1. if you are running a multi-node configuration you will also need to pass in --multi_node (or -m), ie:

    Code Block
    languagebash
    export SC_snapshot_version_old=3.5
    cd ~/syndeia-cloud-3.5-SP1/bin/
    ./syndeia-cloud-3.5_install_windows.bash --upgrade -s --multi_node --SC_version=3.5-SP1

...

Scenario 3: If you are already running SC 3.4 SP3 and upgrading to this 3.5 SP1 release

...

  1. Please follow the instructions on the Migration page but use SC 3.5 SP1 everywhere where it references SC 3.5.

...