Updating Roost Enterprise to v1.0.2
# Step 1: Backup existing configuration
now=$(date +%s)
cp -p /var/tmp/Roost/config.json ~/config.json.$now
mv /var/tmp/Roost/roost-enterprise.sh /var/tmp/Roost/roost-enterprise.sh.$now
# Step 2: Download and execute setup script
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | SETUP=1 CUSTOMER=Beyond bash -
ROOST_VER="v1.0.2" /var/tmp/Roost/bin/roost-enterprise.sh -c /var/tmp/Roost/config.json -i roostai
# Step 3: Wait for approximately 10 minutes to get everything running
# View the docker containers and confirm that they are all running with version 1.0.2
docker ps
Â
# Step 4: Visit the Roost URL and click on Team Page
For each Team, click the Team Cluster Menu item and press Update button to configure your team cluster with the changes.
Â