Uninstall Devin Server
The following steps will guide you through uninstalling Devin Server
Uninstalling Devin Server will remove all Devin project data and backup files, such as version backup files, version descriptions and data migration history.
To uninstall Devin Server, ensure you have administrator/root access on the server and follow these steps:
Download the uninstaller script with:
wget https://download.devin.fm/downloads/uninstall_devin_unix.shMake the script executable with:
chmod +x uninstall_devin_unix.shRun the uninstaller as a superuser with:
sudo ./uninstall_devin_unix.shComplete the uninstallation by following the instructions in the removal script.
Navigate to the uninstaller by running:
cd /Library/Devin-Server/{version}Then type the following:
sudo sh uninstall.shWhen prompted, enter your password and type
Yto proceed the uninstallation.
Stop Devin Server (see Starting, Stopping and Restarting Devin Server)
Open Windows PowerShell
Navigate to the Devin directory by running the following command:
cd "C:\Program Files\Devin\"Start the uninstall script by running the following command:
.\uninstall.ps1 -Username "<FMS Admin Username>" -Password "<FMS Admin Password>" Last updated
Was this helpful?