Update
This guide explains the procedure for updating AIBooster to the latest version. AIBooster is updated monthly.
Note: Currently, a dedicated update procedure is not established. Please update using one of the following methods.
Update Methods
Method 1: Guidance by Representative (Recommended)
This is the most recommended method.
You will receive update notifications from the representative. Please follow the guidance provided at that time. The representative will perform the update with appropriate procedures and provide support including operation verification and introduction of additional features.
If you need to update on your own, please use Method 2 below.
Method 2: Uninstall & Re-setup
The recommended procedure is to stop the Agents, update the Server, and then update the Agents.
1. Stop Running Agents
Before updating the Server node, stop the AIBooster Agent service on each Agent node.
sudo systemctl stop "aibooster-*"
2. Update Server Node: Uninstall Current System
Stop and remove the system following the uninstall guide. For details, refer to the Uninstall Guide.
3. Update Server Node: Setup with Latest Version
curl -LO https://assets.aibooster.fixstars.com/faibup-server.sh && sudo sh ./faibup-server.sh
4. Update Agent Nodes: Uninstall Current System
Similarly to the Server node, stop and remove the system following the uninstall guide. For details, refer to the Uninstall Guide.
5. Update Agent Nodes: Setup with Latest Version
curl -LO https://assets.aibooster.fixstars.com/faibup-agent.sh && sudo sh ./faibup-agent.sh -- --server_endpoint http://[Management Node IP Address]