Uninstall Nodinite v7
Uninstalling Nodinite v7 is a straightforward process designed to help you quickly remove all Nodinite components from your environment. This guide walks you through each step, ensuring a clean and hassle-free experience. Whether you are upgrading, troubleshooting, or simply need a fresh start, you’ll find all the details here.
What you’ll achieve by following this guide:
- ✅ Remove all Nodinite Core Services and Agents efficiently
- ✅ Optionally retain your databases and configuration files for future use
- ✅ Use a single PowerShell script for a seamless uninstallation
- ✅ Ensure your environment is ready for a fresh install or upgrade
Tip
You can keep your existing databases and configuration files if you plan to reinstall Nodinite v7 later. If you want to remove everything, including the databases, use the
-DeleteDatabase
parameter in the uninstallation script.
When you download the Nodinite v7 binaries (single ZIP file), you will find a PowerShell script named Nodinite7-%ENVIRONMENTNAME%-UnInstall.ps1
. This script is your key to uninstalling Nodinite v7 from your environment with minimal effort.
Uninstall Script
To uninstall Nodinite v7, use the provided PowerShell script. This script actively removes all Nodinite Core Services and Agents from your environment, ensuring no residual files are left behind.
Open a PowerShell 7 terminal with administrative privileges.
Navigate to the folder where you extracted the downloaded ZIP file containing the Nodinite binaries.
Run the uninstallation script by executing the following command.
dir -r | unblock-file .\Nodinite7-%ENVIRONMENTNAME%-UnInstall.ps1
Remove Database Option
💡 If you want to remove the database as well, use the
-DeleteDatabase
parameter.
dir -r | unblock-file
.\Nodinite7-%ENVIRONMENTNAME%-UnInstall.ps1 -DeleteDatabase
Important
Dropping a database is a destructive action and you will lose all configurations and data from the Repository, Logging and Monitoring. Ensure you have backups if you need to retain any data.
Next Step
Nodinite Portal