How to move ServiceDesk Plus data form one server to another

How to migrate ServiceDesk Plus from one server to another

Following are the steps to move data from the existing server to a new server,


Step 1: Stop ManageEngine ServiceDesk Plus service.


Step 2: Kindly Upgrade ServiceDesk Plus if required. Refer to the link below to check if you are in the latest version,


Refer to the section UPGRADING ServiceDesk Plus of FAQ for detailed instructions for upgrade.


Step 3: Now start and stop the ManageEngine ServiceDesk Plus service once after the upgrade process.

NOTE: If you are planning on performing multiple upgrades, please make sure you start and stop the application, and perform a backup before each and every upgrade.


Step 4: From the command prompt, go to Drive:\ManageEngine\ServiceDesk\bin directory and execute the backUpData.bat command to start the data backup.
Once the backup is complete, a backup file with .data extension is placed in the Backup folder under ServiceDesk Plus Home directory. This backup file contains information about the Build number of ServiceDesk Plus and the date and time of when the backup was performed. Here is the format of the backup file.
Backup_ ServiceDesk_ [Build number] _Month _date _ Year _ Hour _Minutes 

For example, a backup taken in Version 9.3 and Build 9300 of ServiceDesk Plus looks like this
backup_servicedesk_9300_fullbackup_09_24_2017_07_51.data

Step 5: Install ServiceDesk Plus on the new server.


Step 6: Start the application and check if the login page is displayed. Then, stop the application's service.


Step 7: Copy the backup folder from the old server to Drive:\ManageEngine\ServiceDesk in the new server.


Step 8: To restore the backed up data, Go to [ServiceDesk Plus-Home]\bin directory and execute restoreData.bat. Choose the backup file while prompted. See example below:

cmd> Drive:\ManageEngine\ServiceDesk\bin
cmd> restoreData.bat

Step 9: Start the ServiceDesk Plus service once after restoring the data in the new server.

Step 10: Set the new server name under Admin -> Self Service Portal Settings -> Alias URL.

NOTE: Data can be restored only across the same builds of ServiceDesk Plus version. i.e. data backed up in 9300 buildo f ServiceDesk Plus can be restored only in 9300 build.

Please check if the old build and new build are of same build versions. 
Build version can be checked By clicking on the About link in the application [OR]

From buildInfo.xml file under Drive:\ManageEngine\ServiceDesk\server\default\conf directory.

If the old build is a different build, then the same build needs to be installed on the new server. You can download earlier builds of ServiceDesk Plus from our Archives website: http://archives.manageengine.com/service-desk/ 

If I'm using MSSQL as the database, how should I go about moving the application from one server to another but using the same database?

Since you are using MSSQL, the database remains on the SQL server. So all you have to do is install the same version and build of ServiceDesk Plus on the new server and point the database to the SQL server while installing the product.

You can check your current version and build of ServiceDesk Plus by

Clicking on the About link in the application [OR] Build version can be checked from buildInfo.xml file under Drive:\ManageEngine\ServiceDesk\server\default\conf directory. 


You can download all versions of ServiceDesk Plus from our Archives website: http://archives.manageengine.com/service-desk/ 

The way ServiceDesk Plus is designed is that it does not store attachments in the database. They are stored in the file attachments folder of the installation directory (Drive:\ManageEngine\ServiceDesk)


You would have to copy the following folders to the new server from the existing server.

    • fileAttachments, mediaFiles, zreports, app_relationships, scannedxmls, exportimport, LuceneIndex, inlineimages, custom, and archive under Drive:\ManageEngine\ServiceDesk. 
    • sdparchive_dynamic.xml, SnmpConfgurations.xml files under Drive: \ManageEngine\ServiceDesk\server\default\conf. 
    • If integrated with SCCM, move the sccmconnector folder under Drive:\ManageEngine\ServiceDesk.

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to migrate ServiceDesk Plus / AssetExplorer to 64 bit installation from 32 bit installation

                        The steps mentioned below requires you to be on the version 12 Build 12007 (For ServiceDesk Plus) or version 6.9 Build 6950 (For AssetExplorer) or above. If you are on any build lower than 12007/6950, then you will have to upgrade the application to ...
                      • SSL Installation

                        Do you have a Wildcard or a Multi-domain certificate already running in your other servers and want to reinstall in on ServiceDesk Plus server ?, then click here to find how to export SSL certificate using MMC.  Do you already have a .PFX certificate ...
                      • Host ServiceDesk Plus on the Internet

                        In order to make ServiceDesk Plus available for users on Internet, let us assume the following scenarios. Scenario 1: ServiceDesk Plus is installed in LAN and should be available in LAN and WAN: Assume ServiceDesk Plus is installed on a server in the ...
                      • How to forward a request from one Servicedesk Plus instance to another.

                        This is a Sample Python Script which can be used to get Data from a Existing Request in a ServiceDesk Plus instance and create a New Request in a parallel ServiceDesk Plus installation.  This script can be configured under Request Custom Menu if the ...
                      • Create request from one Servicedesk Plus instance to another - Deluge

                        Use Case: There are scenarios where two ServiceDesk plus instances are used in an organization for different departments and requests created in one instance must be duplicated in another. This script will help fulfill this requirement. We provide ...