Servicedesk Plus Migration | WOTECH

Servicedesk Plus Linux Server to Windows Server Migration

Hello,

In this article I will cover migrating ServiceDesk Plus from Linux to Windows.

1) Stopping the Application and Taking Backup in Linux
- Via terminal, go to the directory where the application is installed.
- Run the following commands one by one with “sudo”:
```
sudo ./shutdown.sh
sudo ./stopDB.sh
```
- After the application and database are stopped, to start the backup process:
```
sudo ./backupData.sh
```

- This command ensures that the application is stopped successfully and the backup process starts.

2) Checking the Completion of the Backup Process
- After the backup process is completed, you can observe the start and end date/time of the file creation via the terminal.



### 3) Accessing the Backup File
- To find the backup file, go to the `BackUp` folder in the directory where ServiceDesk Plus is installed.
- Check the date of the backup file created here to determine the correct file.
- **Note:** Copy this backup file to the Windows server to which you will migrate. For the restore process to be successful, the backup version and the version to be restored must be the same.



4) Starting the Restore Process on Windows Server
- On the Windows side, go to the directory where ServiceDesk Plus is installed:
```
..\ManageEngine\ServiceDesk\bin
```
- Open CMD as administrator and run the following command:
```
restoreData.bat
```


5) Specifying the Backup File Path
- Click on the "Browse" option on the screen that opens after the command is run.
- Go to the file path where the backup file you transferred from the Linux system to Windows is located.


6) Select Backup File
- After finding the file path, select the backup file and click the “Open” button.


7) Enter Password
- After selecting the backup file, enter the default password **“SDP123!”** on the screen that opens and click “Confirm”.


8) Version Control Information
- If a warning about version control of the backup file appears, select the "Yes" option.


9) Wait for the Backup Process to Complete
- After a while, you will receive notification that the backup process has been completed successfully.
- You can close the CMD window by saying “Close”.


10) Starting the Service and Accessing the Interface
- Run the ServiceDesk Plus service to start the product (check the wrapper file).
- Log in to access the interface.


11) Post-Backup Check
- After logging into the interface, check the tickets you have previously created.

By following the above steps, you have successfully restored the backup taken from the Linux environment to the Windows server.

    • Related Articles

    • Servicedesk Plus - Changing Local Account Password Using Script

      Reset Local Authentication Password You can follow the steps below to activate local authentication when logging into the SDP portal or to easily change the password of accounts used with local authentication. How can you change the password of your ...
    • SDP & Jira Integration Document: Technical Installation Guide

      SDP → Jira Cloud Integration Setup Guide Contents ? Overview 1. Overview & Architecture 2. Network / Firewall 3. Jira Preparation 3.1 API Token 3.2 Base64 String 3.3 Finding Field ID 3.4 Postman Test 4. Callback Function 4.1 Creation 4.2 Deluge ...
    • Servicedesk Plus - Text and Logo Editing in Browser Tab

      This article includes steps on how to edit the icon and text appearance in the browser tab of ServiceDesk Plus. Note: The following test procedure was implemented in Servicedesk Plus version 14930. Note: It is recommended that you take a snapshot of ...
    • PAM360 HTTPS Gateway Server User Guide

      This document was prepared to explain what the HTTPS Gateway Server component in the ManageEngine PAM360 product does, how it is configured, and in which scenarios it can be used. The goal is to comprehensively convey how to enable this feature to ...
    • ServiceDesk Plus – Issue and Solution: Icons Not Showing in the Mail Editor

      Problem Description In ServiceDesk Plus, square boxes appear instead of icons for text styles, fonts, bold, italics, and image insertion in the mail editor screen. This occurs because the inline image (icon) files in the application are missing or ...