Getting Started with OpenOps
Updating OpenOps
How to update OpenOps to a newer release
To update OpenOps to a newer version, you can either use an automatic update script, or perform a manual update.
Automatic update
- In the terminal, navigate to your OpenOps installation directory.
- Run the following command to install the latest available version of OpenOps in the same directory:
The script will stop all running containers, pull the latest images, and restart OpenOps.
Manual update
- Install the
unzip
utility (if not already installed): - Navigate to your OpenOps installation directory.
- Stop all running containers:
- Download and extract the new version:
(This code sample refers to a specific version. Don’t forget to update it to the version you’re installing.)
- Fetch the new images and restart the application:
- (Optional) After confirming that the updated version is running correctly, you can safely clean up older Docker images, including OpenOps images: