→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!
yesterday
Learn how to enable Lansweeper's auto-update feature, ensuring seamless updates, minimized downtime, and enhanced security.
Auto-updates ensure Lansweeper stays updated with the latest features, security patches, and performance improvements without manual intervention. By enabling automatic updates, you can reduce maintenance efforts, minimize downtime, and keep your system running smoothly.
When it is available, a new version will appear under the Availability section. The system checks for new versions every hour.
If you'd prefer to install updates before the scheduled maintenance time, select Install updates.
You can choose the days and times for your updates. Auto-updates interrupt scan server jobs, so schedule them accordingly.
The History section contains the history of previous auto-updates, where you can review past updates, including version details and statuses.
The LansweeperUser account used to connect to the LansweeperDB instance must have the dbcreator
role assigned.
If this role is not configured, a notification will appear:
"The LansweeperUser account used to connect to the LansweeperDB instance doesn't have the 'dbcreator' role. In the unlikely event that a rollback is needed during the auto-update process, the service will not be able to roll back the database automatically unless the 'dbcreator' role is granted to the LansweeperDBUser."
To resolve this issue, execute the following command:
use master
GO
EXEC sp_addsrvrolemember [lansweeperuser], [dbcreator];
GO
GRANT VIEW SERVER STATE TO [lansweeperuser]
GO
use lansweeperdb
GO
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try NowExperience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now