Skip to content

Who needs this section

IMPORTANT: User that currently have foundation version 2.0 or higher installed.

Download

  1. Download latest version of Synchro Foundation Full RPM.

Simple upgrade

Important

This step only applies if the distributions that used the RPM file format.

If not, please go to next step.

Sudo access needed.

To proceed with foundation configuration, make sure you have sudo/root access by running:

sudo su -
  1. Stop Foundation
    foundation stop
    

!!! danger "Foundation version 22.11.07" foundation stop not works

  run:

  a. `kubectl get namespace`

  b. `kubectl delete namespace <NAMESPACE>`
  1. Install Synchro Foundation

    yum install <FOUNDATION-FILE>.rpm
    

  2. Set up Foundation

    foundation config
    

  3. The documentation for this step contains more detailed information.

  4. Start Foundation

    foundation start
    

Updating Foundation Manually

  1. Create a folder to extract the content

    mkdir foundation_rpm_files && cd foundation_rpm_files
    

  2. Extract the rpm

    rpm2cpio <PATH-TO-FILE>/<FOUNDATION-FILE>.rpm | cpio -idmv
    

  3. Stop Foundation

    foundation stop
    

  4. Replace oldest Foundation command line with the new one

    mv ./usr/bin/foundation /usr/bin/
    
    Obs: To make sure where the command line is installed, run:
    whereis foundation
    
    Check if Foundation is works with the new version
    foundation --version
    

  5. Set up Foundation

    foundation config
    

  6. Start Foundation

    foundation start