During the upgrade, the installer creates a backup of the entire Data Vault installation folder. If you have a huge metadata file or huge amount of log files, the upgrade might fail as the installer creates the backup folder.
To skip the backup folder creation, change directories to the installer location and on a command line, run the following command:
On Microsoft Windows:
install.cmd -DSKIP_BACKUP=true
On Linux or UNIX:
install.sh -DSKIP_BACKUP=true
To skip the backup creation of only the agent and server log folders, change directories to the installer location and on a command line, run the following command:
On Microsoft Windows:
install.cmd -DSKIP_LOG_BACKUP=true
On Linux or UNIX:
install.sh -DSKIP_LOG_BACKUP=true
If you skip the automatic backup creation, manually take a backup of the entire Data Vault installation folder.