...
Note |
---|
In the below scenarios, Zephyr will rollback and the upgrade will fail:
Once Zephyr is rolled back, all the files inside the Zephyr Installation directory will be removed and in the database ITCC, the DVERSION is still present. For restoring the attachments in the database, the upgrade is completed for a rollback so that the database will be there and we won't need to restore the database. Users will have to go and replace the backup zephyrdata folder. |
...
- Open command prompt as Administrator
- Go
Change the working folder to the
pathfolder where
buildthe Zephyr installer is
presentlocated. For example:
Code Block cd C:\installers
Type the following command (replacing zephyr_<installer_version>.exe
-VzSkipStartupData=trueRun the below command and press enter with the file name of the Zephyr installer) and press Enter:
Code Block zephyr_<installer_version>.exe -VzSkipStartupData=true
- After this this This will open Installer the installation wizard in GUI mode. Follow Complete the normal installation process and give , providing the same database details as before the upgrade and finish the installation.
...