Keeping your VaultOne connectors up to date is essential, as some platform improvements and new features require the latest connector version. VaultOne is continuously evolving, and administrators are notified by email whenever an update is available or required.
Warning: During the update process, users will not be able to access computers remotely. Please coordinate with your team and plan for approximately 10–20 minutes of downtime.
Updating the Version
- Go to the Administration menu.
- Select Connectors.
- Under the desired connector, click Actions → Install.
- On the installation screen, choose the version you want to install.
- It is recommended to select the latest version
- Select the container service used on your connector machine (Docker).
- Copy the installation command line or download the installation script.
- Run the command or script on the connector machine.
Important:
You must have root access to perform the update. Use sudo su before running the update commands.
Verifying the Update
- After installation, check the Connectors menu to confirm that the software version and last access date are updated for the connector you just upgraded.
- On the connector machine, run docker ps -a to ensure all four containers are running.
Back to Top