> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/9.3-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer-in-silent-mode-cp/use-silent-mode-to-upgrade-archive-installation-pentaho-upgrade-installer-silent-mode.md).

# Use silent mode to upgrade

Silent mode installation is a non-graphical method for running the Pentaho Upgrade Installer. In silent mode, no prompts are issued throughout the upgrade process.

Perform the following steps to run the Pentaho Upgrade Installer in silent mode:

1. Exit out of any Pentaho products you are currently running.

   If you are upgrading your Pentaho Server, stop the server. For instructions, see [Start and stop the Pentaho Server for configuration](/install/9.3-install/pentaho-configuration/tasks-to-be-performed-by-an-it-administrator/configure-the-pentaho-server/start-and-stop-the-pentaho-server-for-configuration.md).
2. At the command line, enter one of the following commands to run the installer and start the upgrade process:

   * **Linux**

     `./pentaho-update-<version>.bin -i silent -DEULA=true -DUSER_INSTALL_DIR=<dir> -DHASH_FILE_ZIP=installer-hash-files-<version>.zip`
   * **Windows**

     `pentaho-update-<version>.exe -i silent -DEULA=true -DUSER_INSTALL_DIR=<dir> -DHASH_FILE_ZIP=installer-hash-files-<version>.zip`

   When the server upgrade process is complete, the console displays an [exit code](/install/9.3-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer-in-silent-mode-cp/exit-codes-pentaho-upgrade-installer-silent-mode.md).
3. If any errors occur, review the log file generated by the installer.

   The default location of the log file is `<*root installation directory*>/*Pentaho\_\_Installation*/logs`.
4. If you are upgrading your Pentaho Server, [restart the server](/install/9.3-install/pentaho-configuration/tasks-to-be-performed-by-an-it-administrator/configure-the-pentaho-server/start-and-stop-the-pentaho-server-for-configuration.md).

After upgrading your Pentaho products to version 9.3, complete the [Post-upgrade tasks](/install/9.3-install/pentaho-upgrade-cp/post-upgrade-tasks-pentaho-ugrade-cp.md) to verify that your Pentaho configuration is ready to use.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer-in-silent-mode-cp/use-silent-mode-to-upgrade-archive-installation-pentaho-upgrade-installer-silent-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
