Updating¶
DaCollector stores application binaries and server data separately. Update the binaries without deleting the data directory unless you intentionally want a clean instance.
Installer Updates¶
- Stop DaCollector.
- Back up
C:\ProgramData\DaCollector. - Download the newer
DaCollector.Setup.exe. - Run the installer.
- Start DaCollector.
- Open
http://127.0.0.1:38111/webuiand confirm the server loads.
The installer is configured to uninstall the previous installed app before installing the new files.
ZIP Updates¶
- Stop DaCollector.
- Back up the data directory.
- Extract the new ZIP to a new application folder.
- Start the new
DaCollector.exe. - Confirm it uses the expected data directory.
If you run multiple ZIP builds side by side, set DACOLLECTOR_HOME explicitly for each instance.
Rollback¶
- Stop DaCollector.
- Restore the previous application folder or reinstall the previous installer.
- Restore the backed-up data directory if the newer version performed database migrations you do not want to keep.
- Start DaCollector.
Always keep a data backup before testing a build from a different branch.