For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
ReferenceGuides
ReferenceGuides
  • Agent Studio
    • Overview
    • Quickstart Guides
    • Core Concepts
    • Conversation Process
    • Actions
    • Connectors
    • System Triggers
    • Agent Architect
    • Cookbooks
    • Development and Testing
    • AI Agent Marketplace
    • Developer Tools
  • Agentic AI
    • LLM Fundamentals
    • The Agentic Reasoning Engine
    • Memory Constructs
    • Conversational Context
    • Guardrails
    • Grounding and Hallucinations
    • Continuous Learning
    • LLMs & SLMs
    • Steerability Tools
    • Multilingual Support
  • Core Platform
    • User Identity
    • Moveworks Agent (On-Prem)
      • On-Prem Agent Installation Guide
      • On-Prem Agent Quickstart
      • On-Prem Agent Configuration Guides
        • On-Prem Agent Configuration Reference
        • On-Prem Agent Configuration Examples
        • On-Prem Agent Secrets Management
        • On-Prem Agent AWS Secrets Manager
        • On-Prem Agent Azure Key Vault
        • Reconfiguring an Existing Agent
        • Upgrading an Existing Agent Version
      • On-Prem Agent Operations and Health
      • On-Prem Agent Troubleshooting
      • On-Prem Agent Container Image Management
    • Approvals Engine
    • Entity Catalog
    • Moveworks Data Objects
    • Security Information and Event Management (SIEM) Logs Overview
DeveloperAcademyCommunityStatus
On this page
  • Prerequisites
  • How To Initiate the Agent Upgrade Process
Core PlatformMoveworks Agent (On-Prem)On-Prem Agent Configuration Guides

Upgrading an Existing Agent Version

||View as Markdown|
Was this page helpful?
Edit this page
Previous

On-Prem Agent Operations and Health

Next
Built with

This guide describes the steps to upgrade on-premises Moveworks Agent deployments.

Prerequisites

  • Ensure that the Moveworks Agent is already installed and running on your on-prem network.
  • You must have access to the setup_agent.sh script in the Docker/Podman container where the agent is deployed. If you do not see the setup_agent.sh script, follow these steps to install the script:
    1. Download the agent installation script using curl or wget:
      1. $curl -fsSL https://get-agent.moveworks.com > setup_agent.sh
        $wget https://get-agent.moveworks.com/ --output-document setup_agent.sh
    2. Set the script’s permissions to allow execution:
      1. $chmod +x setup_agent.sh
  • Refer to the Moveworks Agent Installation Guide if you need to deploy a new Agent.

How To Initiate the Agent Upgrade Process

You can use the —upgrade flag to kick off the process:

  • Log into the VM or Host where the Agent Container is running. You should find the setup_agent.sh in the moveworks_agent folder
  • Using the —upgrade flag you can initiate the process
./setup_agent.sh -u
# or
./setup_agent.sh --upgrade

The upgrade script will stop all running agents, pull the latest image, and restart the containers. To verify available version tags before upgrading, check the Moveworks ECR Public Gallery.


For questions or issues, please reach out to your Moveworks Support Team.