domino logo
Latest (5.8)
  • About Domino
  • Architecture
  • Domino infrastructure
  • Kubernetes infrastructure
  • Installation
  • Configuration reference
  • Security and compliance
  • Authentication and authorization
  • Projects
  • Data Planes
  • Manage data
  • Models
  • Environments
  • Monitoring
  • Audits and logs
  • Control Center
  • Notifications
  • Manage costs
  • Disaster recovery
  • Backup and restore
  • Troubleshooting
  • Get help
  • Run the admin toolkit
  • MongoDB console
  • Send feedback
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
Admin guide
>
Installation
>
fleetcommand-agent Install Tool
>
Upgrade fleetcommand-agent

Upgrade fleetcommand-agent

If you have compatibility issues when you try to upgrade Domino, upgrade fleetcommand-agent. See the Release Notes for a full list of compatible fleetcommand-agent versions for the different versions of Domino.

  1. Pull fleetcommand-agent version to install from quay.io:

    docker pull quay.io/domino/fleetcommand-agent:v65
  2. Create a copy of your domino.yml configuration file. Name it something like domino-orig-<date>.yaml, to indicate when you modified the configuration.

  3. To generate a new domino.yml configuration file, run the initialization command through the upgraded fleetcommand-agent file. This ensures that you have a configuration schema that conforms to this version of fleetcommand-agent.

    docker run --rm -it -v $(pwd):/install quay.io/domino/fleetcommand-agent:v65 \
      init --file /install/domino.yml
  4. Copy custom values from your original configuration into the new file.

  5. When the upgrade is complete, run fleetcommand-agent from the install process and change the spec.containers.image value to quay.io/domino/fleetcommand-agent:v65.

Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2023 Domino Data Lab. All rights reserved.