Upgrade Mideye — Windows & Linux Version Migration
This guide covers upgrading Mideye Server 6.x to newer 6.x versions (minor/patch upgrades).
Before you upgrade
Section titled “Before you upgrade”- Back up your server — See Backup procedures
- Check release notes — Review changes and breaking changes
- Plan maintenance window — Upgrades require a service restart
Upgrade procedure
Section titled “Upgrade procedure”-
Download the new package from Mideye Server Downloads
-
Copy to your server:
Terminal window scp ~/Downloads/mideyeserver6-x.x.x.deb username@your-server:/tmp/ -
Install the update:
Terminal window sudo apt-get install /tmp/mideyeserver6-x.x.x.deb -
Restart the service:
Terminal window sudo systemctl restart mideyeserver6 -
Verify the upgrade:
Terminal window sudo systemctl status mideyeserver6cat /opt/mideyeserver6/log/mideyeserver.log | tail -20
-
Download the new package from Mideye Server Downloads
-
Copy to your server:
Terminal window scp ~/Downloads/mideyeserver6-x.x.x.rpm username@your-server:/tmp/ -
Install the update:
Terminal window sudo dnf -y install /tmp/mideyeserver6-x.x.x.rpm -
Restart the service:
Terminal window sudo systemctl restart mideyeserver6 -
Verify the upgrade:
Terminal window sudo systemctl status mideyeserver6cat /opt/mideyeserver6/log/mideyeserver.log | tail -20
-
Download the new installer from Mideye Server Downloads
-
Run the installer as Administrator
-
Follow the installation wizard (it will detect and upgrade the existing installation)
-
Verify the service is running in Services (services.msc)
Rollback
Section titled “Rollback”If you need to roll back to a previous version:
- Stop the service
- Restore your backed-up
keystore.p12andapplication-prod.yml - Restore your database backup
- Install the previous version package
- Start the service
Uninstall
Section titled “Uninstall”To completely remove Mideye Server:
# Debian/Ubuntusudo apt remove mideyeserver6
# RHEL/Rockysudo dnf remove mideyeserver6The uninstall preserves:
- Database (remove manually if needed)
- Configuration files in
/opt/mideyeserver6/config/ - Log files in
/opt/mideyeserver6/log/
Use Add or Remove Programs in Windows Settings, or run the uninstaller from the Start Menu.