Update Nodinite v7
Upgrade your Nodinite v7 with confidence and ease. This guide empowers you to perform a secure, efficient, and hassle-free update to the latest version, ensuring your integration environment remains robust and future-proof.
What you’ll achieve by following this guide:
- ✅ Minimize downtime and disruption for end-users
- ✅ Protect your data with clear backup and validation steps
- ✅ Benefit from the latest features and improvements in Nodinite v7
- ✅ Access expert support and resources throughout the process
Visual overview of the update process for multiple environments.
Tip
If you have a non-prod environment, test the upgrade process there first. This lets you validate all steps and configurations before applying them to production.
Looking for a partner to help you update? Contact any of our certified Partners.
This guide assumes you already have Nodinite version 7 installed, potentially with Monitoring Agents and Log Agents.
Important
You must know the account names and their passwords and have administrative rights on the Nodinite Application Server to perform the update.
Prerequisites
Before you begin the update process, ensure you have the following prerequisites in place:
- Inform end-users about the update and potential downtime.
- Backup your Nodinite databases and configuration files. This is crucial to prevent data loss in case of any issues during the update.
- Existing Nodinite v7 installation with Monitoring Agents and Log Agents configured. Everything will be updated to the latest version.
- Valid Nodinite 7 product key available in the Nodinite Portal. If it has expired or is nearing expiry, create a new one. If you cannot do this, contact your partner or Nodinite Support.
- The Prerequisites for Installing Nodinite v7 must be met.
- Network access: Ensure the Nodinite Application Server can reach the outbound hosts listed in Prerequisites for Installing Nodinite v7. The same allowlist applies to portal downloads, version metadata, and optional direct MSI downloads for remote server installation.
Estimated time
On a high level, there are a few distinct steps in the update process:
- Select the Environment in the Nodinite Portal.
- Download single ZIP file
- Extract the ZIP and run
Nodinite.Installer.Cli.exefrom an elevated PowerShell 7 prompt to update Nodinite Core Services, Monitoring Agents, and Log Agents for the selected environment.
Running the CLI commands typically takes a few minutes. This estimate includes updating all Monitoring Agents and Log Agents.
Example of the main steps in the update process.
Step 1: Select Environment
Tip
Find the environment for the Licensee
In the Nodinite Portal, select your environment by following these steps:
Navigate to the existing Customer entry.

Find and Click on the Customer entry.Ensure you have a valid Nodinite 7 product key available. If not, create it by clicking on Create Product Key button.

Example of a Nodinite 7 product key entry.Important
You must have a valid Nodinite 7 product key to proceed with the upgrade. If you can't create one, please contact your partner or Nodinite Support.
Click the Environment tab and find the entry to update.

Example of Environment to update for a selected Licensee in the Nodinite Portal.
Step 2: Download/Extract ZIP (Core and Agents)
Tip
Download the CLI bundle ZIP for the selected environment.
Click the Download button in the environment overview:

The Download button is available directly in the environment list for quick access.Alternatively, you can click the Actions button and select Download from the menu.

The Download option is also available in the Actions menu.The download will begin immediately. Save the ZIP file to your preferred location.

Example of the downloading process in the browser.
Step 3: Run the CLI workflow
Tip
Run commands from an elevated PowerShell 7 prompt in the extracted ZIP bundle root.
Use this recommended workflow:
- Validate the package without changing the machine:
.\Nodinite.Installer.Cli.exe validate --config .\localhost\config.cli.json
- Run a dry-run to check install/update actions:
.\Nodinite.Installer.Cli.exe deploy-environment --config ".\localhost\config.cli.json" --dry-run
- Deploy after validation and dry-run are clean:
.\Nodinite.Installer.Cli.exe deploy-environment --config ".\localhost\config.cli.json"
If you need runtime overrides, pass arguments instead of editing generated files. Common examples include --database-connection-string, --agent-connection-string, and --service-password.
After deployment, browse the Web Client and perform basic verification checks.
Contact our support
If you have questions or encounter issues during the upgrade, contact your partner for 1st line support or email us at support@nodinite.com.
Next Step
Nodinite Portal
Related Topics
Install Nodinite v7
Log API
Logging Service
Monitoring Service
Web API
Web Client