Linux to windows migration

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 ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • Migration of SCP from one server to another

                      1. Stop the application on the production server. 2. Take a trimmed backup of the application (backup without attachments) if you are using the default PgSQL database. If you are using MSSQL, you can take a SQL backup (.bak). 3. Download and install ...
                    • Run the Application as a Service in Linux server (tested on Cent OS 8)

                      This is for Version 11.0.  https://help.servicedeskplus.com/introduction/start-servicedeskplus-server.html$Linux
                    • Database migration from MySQL to Postgres/MSSQL in SCP 8.1

                      We no longer support the use of MYSQL as database in SupportCenter Plus. Hence, we request our users to migrate to Postgres (which is in-built) or Microsoft SQL. Please follow the below steps to carry out the database migration: 1. Shutdown the ...
                    • Glowroot for Linux

                      The below steps are for version 11 1. From the attachments download the glowroot.zip and extract it under [Product_home]. Ex: <drive>:\ManageEngine\SupportCenter Plus -directory. 2. Edit run.sh file and add the below entry JAVA_OPTS="$JAVA_OPTS ...
                    • No DB bundled with the application error in the logs while starting from windows services

                      When not able to start the application from the windows services and it runs in the CMD fine without any issues. After checking the logs you will find the error trace as "NO DB BUNDLED WITH THE APPLICATION". If the database is MSSQL please follow the ...