Forced Backup - going from build 11000 to 11100

Forced Backup - going from build 11000 to 11100

Trying to apply ManageEngine_ServiceDesk_Plus_11_0_0_SP-1_0_0_Windows.ppm to go from 11000 to 11100 and trying to skip the forced backup but not having much luck - this is the contents of our updmgr.bat:

  1. @rem Please set your Java path here.set
  2. @echo off
  3. rem set JAVA_HOME=C:\j2sdk1.4.2.03
  4. cd ..
  5. set SERVER_HOME=%~dp0%\.
  6. cd bin
  7. call .\setcommonenv.bat
  8. cd ..
  9. if NOT EXIST "%JAVA_HOME%\bin\java.exe" echo "Please set the JAVA_HOME parameter in" %0
  10. if NOT EXIST "%JAVA_HOME%\bin\java.exe" goto FINISH
  11. cd lib
  12. if NOT EXIST AdventNetUpdateManagerInstaller.jar_new goto start
  13. copy AdventNetUpdateManagerInstaller.jar_new AdventNetUpdateManagerInstaller.jar
  14. del AdventNetUpdateManagerInstaller.jar_new
  15. :start
  16. cd ..
  17. set PATH=%PATH%;".\lib\native"
  18. set CLASSPATH=.\lib\AdventNetUpdateManagerInstaller.jar
  19. set JAVA_COMPILER=NONE

  20. set JAVA_OPTS=-Ddb.home="%DB_HOME%"

  21. "%JAVA_HOME%\bin\java" -Xmx2512m  %JAVA_OPTS% -Dtier-type=BE -DSkipForcedBackUp=true -Djava.library.path=.\lib\native -Dtier-id=BE1 com.adventnet.tools.update.installer.UpdateManager -u conf %*
  22. cd bin
What magical combination of letters and numbers needs to go in this bat file to stop this?

Thanks

                New to ADManager Plus?

                  New to ADSelfService Plus?