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)

...

  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.

...