Ignore backup during Upgrade

Ignore backup during Upgrade

Form 7.7 onwards Backup is included as a first step in migration.

To ignore backup  when migrating our internal servers 
Before version 11: add "-DSCBackUp=false" in UpdateManager.bat/UpdateManager.sh
From Version 11:  add "-DSkipBackUp=216ca7fcdb648de" in UpdateManager.bat/UpdateManager.sh

Like:

Before version 11: 

%JAVA_HOME%\\bin\\java -Xmx100m  %JAVA_OPTS% -Dtier-type=BE -Djava.library.path=.\\lib\native 
-DSCBackUp=false -Dtier-id=BE1 com.adventnet.tools.update.installer.UpdateManager -u server\\default\\conf %*

From Version 11 - Version 14 :

%JAVA_HOME%\\bin\\java -Xmx100m  %JAVA_OPTS% -Dtier-type=BE -Djava.library.path=.\\lib\native -DSkipBackUp=216ca7fcdb648de -Dtier-id=BE1 com.adventnet.tools.update.installer.UpdateManager -u server\\default\\conf %*

From Version 14000 - Version 14200 :

%JAVA_HOME%\\bin\\java -Xmx100m  %JAVA_OPTS% -Dtier-type=BE -Djava.library.path=.\\lib\native -DSkipBackUp=298sd0zdrg174pk -Dtier-id=BE1 com.adventnet.tools.update.installer.UpdateManager -u server\\default\\conf %*


      New to ADManager Plus?

        New to ADSelfService Plus?

          Resources

              • Related Articles

              • 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 ...
              • Steps to revert the environment from an upgrade failure situation ?

                1. Rename the failed set up installation folder to <supportcenter_old> . Don't delete the installation folder until the process is completed. Download the existing version which you had before this upgrade from the below archives link. ...
              • How to build a test environment and try upgrade in SupportCenter Plus ?

                When you are planning to upgrade SupportCenter Plus to the latest version, it is highly advisable to try the upgrade on the test environment first so that you will be confident about the upgrade on the Production server. Make sure the test setup is ...
              • 11.0 Upgrade failure Inputs needed for analysis

                To analyze Supportcenter plus upgrade failure cases (Upgrade from 8121 - to 11.0 version), we need following types of logs. 1) If upgrade itself got failed -> need SCP\server\default\log for analysis 2) After upgrade, if the product does not start, ...
              • Error - Sanity Failed - Upgrade from 8121 to 11

                While upgrading from 8121 to 11, after executing Updatemanager.bat and if the update fails, You need to check the Updatemanager logs in the path < Support Center Plus Application path -> Server-> Default-> Logs > .  And if you find the below ...