> 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/10.2-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer/use-the-pentaho-upgrade-installer-to-upgrade-manual-installation/update-files-in-manual-installation.md).

# Update files in manual installation

Update files while upgrading a manual installation by first deleting specified files and then copying upgrade files to specified locations.

Complete the following steps to update files in a manual installation.

1. Navigate to the `<root installation folder>/Pentaho__Installation` folder in your manual installation and delete the following files and folders:
   * `pentaho.war`
   * `pentaho-style.war`
   * All files and folders inside the `pentaho-server/pentaho-solutions` folder
2. Navigate to the upgrade files in the `pentaho-upgrade-files/server/pentaho-server/pentaho-solutions` folder.

   You set up the upgrade files in the previous procedure, [Install upgrade files into empty folder](/install/10.2-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer/use-the-pentaho-upgrade-installer-to-upgrade-manual-installation/install-upgrade-files-into-empty-folder.md).
3. Copy the upgrade files from the `pentaho-upgrade-files/server/pentaho-server/pentaho-solutions` folder and paste them into the empty `pentaho-server/pentaho-solutions` folder of your manual installation.
4. Navigate to the `pentaho-upgrade-files/server/pentaho-server/tomcat/webapps/pentaho` folder and compress the folder contents into a ZIP file with the file name `pentaho.war`.
5. Copy the `pentaho.war` file that you created in the previous step into the `<root installation folder>/Pentaho__Installation` folder.
6. Navigate to the `pentaho-upgrade-files/server/pentaho-server/tomcat/webapps/pentaho-style` folder and compress the folder contents into a ZIP file with the file name `pentaho-style.war`.
7. Copy the `pentaho-style.war` file that you created in the previous step into the `<root installation folder>/Pentaho__Installation` folder.

Consider whether to perform post-upgrade tasks listed in the topic, [Post-upgrade tasks](/install/10.2-install/pentaho-upgrade-cp/post-upgrade-tasks-pentaho-ugrade-cp.md).

If you use a Quartz database, consider whether you must upgrade the database by reviewing [Mandatory Quartz upgrade for versions 10.2.0.1 and later](/install/10.2-install/pentaho-upgrade-cp/mandatory-quartz-upgrade-for-versions-10.2.0.1-and-later.md).


---

# 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/10.2-install/pentaho-upgrade-cp/using-the-pentaho-upgrade-installer/use-the-pentaho-upgrade-installer-to-upgrade-manual-installation/update-files-in-manual-installation.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.
