1. Click Start >>Programs >> ManageEngine SupportCenter Plus -> Backup Data.
[OR]
Backup from <product_home>\bin directory in the command prompt. Execute the backUpData.bat as shown below:
\backUpData.bat
2. A backup of the data and the file attachments that have been added to the application is created in <SupportCenter>\backup directory.
3. The file name for the backup file is of the pattern BackUp_month_date_year_hr_min.data. An example of the backup file name: backup_supportcenter_11000_fullbackup_12_08_2020_15_22.data
1. Open Command prompt and go to <SupportCenter Plus>\bin directory and execute backUpData.bat --trimmed command to start the database back up as shown below:
3. Once the back up is complete, a backup file with .data extension is placed in the Trimmed Backup folder under SupportCenter Plus Home directory.
4. The backup file contains information such as, the Build number of SupportCenter Plus, and date and time when the back up was performed. Here is the format of the backup file.
backup_ supportcenter_ [build number] _database_month _date _ year _ hour _minutes.
For example, a trimmed backup taken in Version 11.0 of SupportCenter Plus looks like this, backup_supportcenter_11000_database_12_08_2020_15_22.data
To restore:
1. Click Start>>Programs>>ManageEngine SupportCenter Plus >> Restore Data.
1. Go to <SupportCenter_Plus_Home>/bin directory from the command prompt.
2. Execute the backUpData.sh file as given below:
$ sh backUpData.sh
The backup file is created in the <SupportCenter_Plus_Home>/backup directory.
3. The file name for the back up file is of the pattern, BackUp_monthdate_year_hr_min.data. An example of the back up file name:
backup_supportcenter_11000_fullbackup_12_08_2020_15_22.data
1. Go to <SupportCenter_Plus_Home>bin directory and execute backUpData.sh --trimmed command to start the database back up.
$ sh backUpData.sh --trimmed
2. Once the back up is complete, a backup file with .data extension is placed in the Trimmed Backup folder under SupportCenter Plus Home directory.
3. The backup file contains information such as, the Build number of SupportCenter Plus, and date and time when the back up was performed. Here is the format of the backup file.
backup_ supportcenter_ [build number] _database_month _date _ year _ hour _minutes.
For example, backup_supportcenter_11000_database_12_08_2020_15_22.data
To restore:
Go to <SupportCenter_Plus_Home>/bin directory and execute the file restoreData.sh at the command prompt as shown below:
$ sh restoreData.sh <backup file name>