Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note: Use the below commands only when an update of the roost control plane is needed

Update Roost.ai Control-plane, when there is a new Roost releaseversion

cd
Code Block
breakoutModewide
ROOST_VER="v1.0.2" /var/tmp/Roost;
chmod +x /bin/roost-enterprise.sh; 
# assumption that the update is to a specific version
export WEB_VERSION=$react_app_tag DB_VERSION=$image_tag NESTJS_VERSION=$image_tag;

# skip the above, if idea is to update to latest image version
./roost-enterprise.sh-c /var/tmp/Roost/config.json -i upd-roostai -c config.jsonroostai

Migrating Roost Controlplane >>