Lansweeper — Migration Support Overview
Role in migrations
- Staff (HD): supported as source.
- Company (HD): supported as source.
- Contact (HD): supported as source.
- Ticket (HD): supported as source.
- Category (KB): supported as source.
- Folder (KB): supported as source.
- Article (KB): supported as source.
Field-level support migrating FROM Lansweeper (Ticket)
| Field | Supported |
| Requester | Yes |
| Company | No |
| Assignee | Yes |
| Group | Yes |
| Attachments | Yes |
| Comments | Yes |
| Tags | No |
| Custom fields | Yes |
| CC | No |
| First Response Time | No |
| Created date | Yes |
| Updated date | Yes |
| Closed date | No |
Field-level support migrating FROM Lansweeper (Company)
| Field | Supported |
| Domains | No |
| Tags | No |
| Custom fields | No |
| Notes | No |
Field-level support migrating FROM Lansweeper (Contact)
| Field | Supported |
| Tags | No |
| Custom fields | No |
| Phone | Yes |
| Notes | No |
Field-level support migrating FROM Lansweeper (Article)
| Field | Supported |
| Inline images | Yes |
| Attachments | Yes |
| Tags | No |
| Support multilevel Folder structure | No |
Migration options available for Lansweeper
- Select records for Demo - applies to: source (Ticket)
- Skip ticket attachments - applies to: source (Ticket)
Lansweeper — Setup & How-To Guide
For more information: https://help-desk-migration.com/help/lansweeper-migration-guides/
How to Create a Data Backup in Lansweeper to Migrate Your Data?
To migrate data from Lansweeper using the Migration Wizard, you need to follow these steps to back up your database:
- If you don't already have Microsoft Visual Studio installed on your computer, download and install it from the official Microsoft website.
- Install SQLite/SQL Server Compact Toolbox Extension:
- Open Microsoft Visual Studio.
- Go to the "Extensions" menu and select "Manage Extensions."
- In the Extensions and Updates window, search for "SQLite/SQL > Server Compact Toolbox."
- Download or install the extension.
- Follow the on-screen instructions to complete the installation.
- Launch Microsoft Visual Studio and open the Server Explorer.
- Add a Connection:
- Click the "Tools" button in Visual Studio.
- Open the "SQLite/SQL Server Compact Toolbox."
- Select "Connect to the database."
- Enter the server name and database name as "Lansweeper.db."
- Test the connection and click "OK" to add the server to your connection list.
- Click the "Add SQL Server connection" button in the toolbox. Select the server you created earlier and add it to the toolbox.
- Migrate to SQL
- Right-click on the connection name and choose "Migrate to SQL."
- Select all the tables you want to migrate and click "OK."
- Helpdesk tables start with htbl (i.e., a table with teams would be called htblteams, a table with users would be called htblusers, etc.). Here is a list of required tables:
- htblteams
- htblusers
- htblagents
- htblticket
- htblticketcustomfield
- htblticketteam
- htblnotes
- htblpriorities
- htblticketstates
- htblsource
- htbltickettypes
- htblcustomfields
- htblcustomfieldvalues
- htbltickettypecustomfield
- htblattachements
- htblfiles
- Name the file (e.g., "lansweeper") and save the dump to your computer.
Note: Ensure that the dump file has the proper structure, with a folder named db containing the lansweeper.db (file).
Keep in mind that you will not be notified about the end of the import. However, there are two signs to look for to make sure your dump is ready to be used:
- The size of your dump remains stable for a long time;
- You see only one file in the db folder instead of two.
- Export Attachments:
- Navigate to the "C:\Program Files (x86)\Lansweeper\Website\helpdesk\files" directory in your Lansweeper installation directory.
- Compile all attachment files along with the database dump file into a single ZIP file.
- Upload Backup File to Migration Wizard:
- Go to the Migration Wizard and look for the option to upload your backup file.
- Upload the ZIP file containing both the database dump and attachments.
- Click the "Continue" button to establish a connection between the Migration Wizard tool and the backup file.
Alternative Backup Access and Format Conversion
If the client can't upload the backup to the tool directly, they can instead give us access to it via a file-sharing resource, and we'll download it ourselves.
The tool only accepts the database backup in .db format, and Lansweeper doesn't always allow downloading a backup in that format. If the backup isn't available in .db format, it can be produced as follows:
- Extract the tables from the .mdf database in SQL format.
- Create a SQLite database and import those tables into it, then save it — this produces a file with the data in .db format.
Comments
0 comments
Please sign in to leave a comment.