[SOLVED] How to skip the forced backup - Windows - Error

[SOLVED] How to skip the forced backup - Windows - Error

https://www.manageengine.com/products/service-desk/on-premises/faq/upgrade-installation-backup.html#SkipForceBackup

on the website is specified (but is incorrect):

  1. set JAVA_OPTS=-Ddb.home="%DB_HOME% -DSkipForcedBackUp=true"

closing quotes must come first

  1. set JAVA_OPTS=-Ddb.home="%DB_HOME%" -DSkipForcedBackUp=true

  2. Have a nice weekend!