Before you begin
Before you begin upgrading from the command line interface, familiarize yourself with the available silent command line parameters.
The following command line parameters are available for running the Pentaho Upgrade Installer:
Parameter
Description
-help / --help
Show help text for usage.
-i [gui | silent | console]
Specify one of the following methods for running the Pentaho Upgrade Installer:- gui
The default graphical interface.
silent
A non-graphical upgrade method, used for environments that do not support the display of a graphical interface. This method issues no command line prompts. All parameters must be passed from the command line, including the acceptance of the End User License Agreement.
Console
An interactive non-graphical upgrade method, suitable for environments that do not support the display of a graphical interface.
-DEULA=<value>
Specify your response to the End User License Agreement:- <true>
You accept the End User License Agreement. This setting is required for silent mode.
<false>
You do not accept the End User License Agreement. Silent mode installation will not run if the value is set to false
.
-DHASH_FILE_ZIP
Specify the location of the installer-hash-zip
file when prompted. For installing 9.3.0.3, 9.4.0.1 or later, the upgrade installer requires an installer hash file that must be downloaded from the Support Portal. Example silent mode command:./pentaho-update-<version>.bin -i silent -DEULA=true -DUSER_INSTALL_DIR=<dir> -DHASH_FILE_ZIP=<dir>/installer-hash-files.zip
-DUSER_INSTALL_DIR=<dir>
Specify the location of the Pentaho root installation directory. This setting is required for the silent mode.
-DRESTORE=<value>
Specify if you are using the silent mode to restore a backup for your original Pentaho products before an upgrade:- <true>
Restore the backup of your original Pentaho products before upgrading.
<false>
Upgrade your existing Pentaho products to version 10.2. The default value is false. If this command line option is not set, the silent mode installation will upgrade your Pentaho products.
-DBACKUP_ZIP=<file>
Specify the location of the backup ZIP file produced by the upgrade process. This setting is required if you are restoring your original Pentaho 8.3 or later products.
Last updated
Was this helpful?