Linux to windows migration
Please follow the steps to migrate the application from Linux to Windows
1. Stop the application.
2. Take a full backup by referring the below link,
http://www.manageengine.com/products/support-center/help/installation-guide/installation/back-up-supportcenter-plus.html#takinglin
3. Now check the build number of the application in the old server and download the fresh copy of the same build in the new server by referring the following link,
http://archives.manageengine.com/support-center/
4. After the installation, start and stop the application.
5. Restore the data by referring the following link,
http://www.manageengine.com/products/support-center/help/installation-guide/installation/back-up-supportcenter-plus.html#restoringwin
6. Then start the application and check the modules by logging in to it.
Then connect to the database and execute the below query to change location of the attachments
If you install with Mysql/postgres database, use the below query
update sdeskattachment set ATTACHMENTPATH = replace(ATTACHMENTPATH, '\', '//');
If you install with MSSQL database, use the below query
update sdeskattachment set ATTACHMENTPATH = replace(cast(ATTACHMENTPATH as varchar(MAX)), '\\', '/')
Refer this link to connect to the database
http://www.manageengine.com/products/support-center/faq-general.html
New to ADSelfService Plus?
Related Articles
Syntax for SDP MSP migration to Linux
While migrating to different database you can use backupdataold.bat. Here backup will be in .data format and this can be restored in across DB platform. Note: Backup from taken from a particular build can be restored only on the same build. Example: ...
Linux to Windows server migration
The following instructions will help you migrate the ServiceDesk Plus MSP from Windows to Linux Server 1. Goto the installation folder. [The default installation folder is Drive:/AdventNet/ME/ServiceDesk/. The installation folder will now be referred ...
Migration of ServiceDesk Plus from Windows to Linux Server
The following instructions will help you migrate the ServiceDesk Plus from Windows to Linux Server 1. Take a trimmed backup using the commands below, cmd> cd [ServiceDesk-Home]\bin cmd> backupdata.bat --trimmed The backup will now be created under ...
Linux console commands
Linux console commands *. To Install from console mode : - Download bin - Execute the command to make the bin executable - chmod 755 ManageEngine_ServiceDeskPlus_MSP_64bit.bin ( Color of the bin will get changed to green I.e Executable mode ) - ...
Migration failure for Postgres Database with a blank space in it
Trace : \ManageEngine\ServiceDesk\Patch\AdventNet_ManageEngine_ServiceDesk_Plus-14.2.0-SP-1.0.0\SERVICEDESK\PreInstall\pg_migrate\pgsql_old\bin\pg_dumpall.exe", -U, postgres, -p, 65433, -h, 127.0.0.1, -r, -w, |, ...