ServiceDesk Plus comes bundled with Postgres. From build 11304, the database files generated from the scheduled backup are no longer cross-compatible. However, you can migrate between Postgres and Microsoft SQL using the method discussed below.
For Windows
Step 1: Taking backup
Shut down ManageEngine ServiceDesk Plus service before you perform a backup of your data. To shut down the application, open the command prompt with admin privileges and execute the command shutdown.bat. Alternatively, you can stop the application by navigating to services.msc
Click Start -> Programs -> ManageEngine ServiceDesk Plus -> Backup Data. [OR]
From command prompt, go to <ServiceDesk>bin directory and execute the backUpDataOld.bat as shown below,
C:ManageEngineServiceDeskbinbackUpDataOld.bat
A backup of the data in the database and the file attachments that have been added in the application is created in <ServiceDesk>backup directory. The backup file has to be a .data file.
A backup of the data in the database and the file attachments that have been added in the application is created in <ServiceDesk>backup directory. The file name for the backup file will be in the pattern below.
backup_databasename_[build number]_fullbackup_month_date_year_hr_min.data
Example: backup_mssql_8000_fullbackup_01_18_2011_15_28.data
Step 2: Restore
Shut down ManageEngine ServiceDesk Plus service before you restore the data.
From the command prompt, go to <ServiceDesk>bin directory.
Execute the file restoreData.bat as shown below:
C:ManageEngineServiceDeskbinrestoreData.bat --dbmigration
The Restore Data dialog pops-up. Browse the backed up file and click OK.
Step 1: Taking a Backup
Follow the steps given below to take a backup of the ManageEngine ServiceDesk Plus data:
Shut down ManageEngine ServiceDesk Plus service before you perform a backup of your data.
Go to <ServiceDesk>/bin directory from the command prompt.
Execute the backUpData.sh file as given below:
$ sh backUpDataOld.sh
The backup file is created in the <ServiceDesk>/backup directory. The file name for the backup file will be of the pattern below.
backup_databasename_[build number]_fullbackup_month_date_year_hr_min.data
Example: backup_mssql_8000_fullbackup_01_18_2011_15_28.data
Step 2: Restore
Shut down ManageEngine ServiceDesk Plus service before you restore the data.
Go to <ServiceDesk>/bin directory from the command prompt.
Execute the file restoreData.sh as shown below:
$ sh restoreData.sh --dbmigration