How do I restore the backup data?

How do I restore the backup data?

NOTE: 

For builds > 10.6

While migrating to different database you can use backupdataold.bat / backupdataold.sh. Here backup will be in .data format and this can be restored in across DB platform.
 
While restoring .data file we have to use below command


 restoredata.bat --dbmigration . Then browse .data file ( Windows )
 sh  restoredata.sh -c <backup file path> --dbmigration (Linux)


 ( linux )


Data can be restored only across same builds of ServiceDesk Plus – MSP version. i.e. data backed up in 10600 build of ServiceDeskPlus – MSP can be restored only in 10600 build. Please check if the old build and new build are of same build versions.
Build version can be checked

  1. By clicking on the About link in the application [OR]
  2. From buildInfo.xml file under <ServiceDeskMSP Home>/server/default/conf or search under servicedeskplusmsp/conf -> buildInfo.xml from the installation directory.
a. You should Install same builds that you used before and restore the database. You can download the old releases builds from here.
Once installed the build , start and shut down the application once. This is a mandatory step.

Later follow the below steps :

Step 1: To restore the backed up data, open a Command Prompt as an Administrator,

ManageEngine\ServiceDeskPlus – MSP\bin>restoreData.bat

When it is prompted, please browse and select the backup (just part 1) and it will start the restore process thereby automatically restoring the rest of the parts, without you having to invoke other parts of the backup manually.

You would be asked for backup password while restore is initiated. Default Backup password: SDP123!

Step 2: Start the ServiceDesk Plus – MSP service once after restoring the data in the new server. Also, login and check the data.

Step 3:  You can apply the license using Help->License page. License file can be obtained from previous server(ManageEngine\ServiceDeskPlus – MSP\lib\AdventNetLicense.xml) in case if you do not have it handy.


FAQs


How long will it take to restore?

It depends upon the size of the backup and the system resources. 

Can I restore backup of a older build to a newer builds?

Users can only restore the backup to the same build from which the backup was taken. 


For any clarifications/issues, kindly contact us through sdpmsp@manageengine.com.


                    New to ADSelfService Plus?

                      • Related Articles

                      • How to restore your data in ServiceDesk Plus

                        1. Stop the ManageEngine ServiceDesk Plus service from the Services console(services.msc).   2. Click the Windows icon and select Command Prompt (Admin).   3. Go to Bin directory and run restoreData.bat   4.Browse to the backup file from backup ...
                      • Backup & Restore (from 14000) - Behavior changes

                        Backup: POSTGRES & MSSQL: -> When taking a backup using the command backUpData.bat/backUpData.sh the backup will be created in the EZIP format. This is the native model of PGSQL / SQL. -> When taking a backup using the command ...
                      • Steps to take PGSQL Dump Backup and Restore

                        PGSQL – DUMP – Backup Procedure : Login to the MSP application server and perform the below steps, 1. Start the application To take Postgres (Psql) Dump : 3. Open a command prompt and navigate into <ServiceDeskPlus-MSP>/pgsql/bin directory. 4. ...
                      • SQL Backup and Restore

                        To take a backup of your database, do the following:  Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance. Expand the Databases node from the left-pane aka Object Explorer. Right-click the database that you wish to ...
                      • Unable to restore database : zip file too large

                        In oldest versions like 8.0, 8.1. 8.2, 8.3, you may come across restore issues when the backup file is huge (even more than 3 or 4GB). In those cases, this article would be helpful. Scenario 1: If you come across this when you are trying to setup UAT ...