Backup & Restore (from 14000) - Behavior changes

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 backUpDataOld.bat/backUpDataOld.sh the backup will be created in the .DATA format

-> If it is taken directly in the MSSQL server then the backup will be in BAK format.


Restore:

Postgres:

-> You can restore the Postgres EZIP backup directly using the command restoredata.bat/restoredata.sh into any Postgres installation. (Windows - linux)

-> You can also restore the Postgres DATA backup directly using the command restoredata.bat/restoredata.sh into any  installation. (Windows - linux)

-> You cannot restore the BAK format MSSQL backup into postgres server


MSSQL:

-> If it is a MSSQL EZIP backup then it can only be restored into the same MSSQL server and cannot be restored into a different MSSQL server. 

-> If it is a MSSQL DATA backup(.data format) then it can be restored into different MSSQL.

-> It is a MSSQL BAK backup then it can be restored into any MSSQL server

In Schedule backup (EZIP format), Cross OS or Cross DB wont restore.

ie. We cannot take a backup from PGSQL and cannot restore in MSSQL. (viceversa)
Also we cannot take a backup from Windows - PGSQL installation and cannot restore in Linux PGSQL installation(viceversa) As its native dump methodology , it wont.

Manual EZIP format :

We can take ezip format by executing backupDB.bat - We can take back up from Windows PGSQL and restore in Linux PGSQL. (vice versa). - Its supported








                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • 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 ...
                    • Alternative for Full Backup - Trimmed backup

                      Applicable till 8.1 version (Till 8121 builds) Nowadays the database size is huge in various users instance. It is because the indexing related files, archived files, file attachments are folder are huge in size. Due to which either our application ...
                    • Remote AE (Asset Scanning) Behavior changes

                      You can download the compatible version of Remote AE from the installed version of ServiceDeskPlus-MSP. Please go to Admin > Distributed Asset Scan and make use of the below highlighted. If you already have Asset Explorer in older versions, please ...
                    • How to take a backup in SDP-MSP

                      Note: In 10.6 when running a backup using backdata.bat/backdata.sh the backup file will be in .ezip format. Backup with .ezip format can be restored to the same database platform only. For example a backup with .ezip when taken from postgres DB ...