cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dawnlowery
Engaged Sweeper
Can you tell me what the proper proceesure is to move the lansweeper databade to another machine?
3 REPLIES 3
RHOPE
Engaged Sweeper
How exactly do you backup the database?
Hemoco
Lansweeper Alumni
RHOPE wrote:
How exactly do you backup the database?

Start the sql server management studio (if you have sql express it's a free download from microsoft site)
Right click on the database/backup
Hemoco
Lansweeper Alumni
Stop the lansweeper service
Backup the database
Restore the database on the new server
Create SQL user "lansweeperuser" with correct password (or any other user you might use)
Edit file "web.config" and point to the new database server with the correct username/password
Edit file "lansweeperservice.exe.config" and point to the new database server with the correct username/password
Start the service.