Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Installation Process: Scenario 2: Ensure SC_snapshot_version_old is set correctly prior to upgrade to tell installer to distinguish from parallel 3.4-SP3 upgrade path; Fix Windows multi-node command

...

  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
    -
     -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 --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 -
    -
    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 --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

...