Scout - Creating a Scout Server in the test environment from the production environment
book
Article ID: CTX695772
calendar_today
Updated On:
Description
Backing up current Database
- On the SQL Server, where the working database is located open Microsoft SQL Management Studio
- Select the correct database with right click and choose Tasks - Back Up…
- Choose Full on the Backup type
- Select Destination where the database will be saved by adding Backup Destination
Creating a new Database on new database server:
- Create a new VM and install a supported Windows version. To find supported versions, please refer to the Scout Release Notes on myelux.com
- Install SQL Server Management Studio
- For detailed information on necessary access rights, see: Authentication to SQL Server
- Create blank database
Restoring a Database to a newly created SQL Server
- Save .bak file to a newly created SQL server
- Login to SQL Server
- Right click on Databases and choose Restore Database…
- On General menu, choose Device as a Source and add file by clicking on three dots
- At the Destination section, you can change name of the database and click OK
Installing new Scout server
Note: Onboarded devices from the production environment will not have access to Scout server in test environment. Any devices that will be used for the test environment must be onboarded again.
Issue/Introduction
A test environment can be easily created by backing up the database from the production environment. This backup can then be restored as a separate database to be used for testing with a new Scout server.
Below you will find details on the requirements and the procedure.
Was this article helpful?
thumb_up
Yes
thumb_down
No