# Archive Installation

#### Overview

Choose the Archive installation when you:

* Don’t already run Tomcat and want an opinionated, faster setup.
* Need a straightforward path to migrate content from an existing Pentaho environment.

{% hint style="info" %}
Archive installation ships Pentaho v11 on Tomcat 10 as a snapshot, speeding setup versus a manual app‑server install.
{% endhint %}

#### What you’ll achieve

* Pentaho Server running on Tomcat 10
* A configured Pentaho Repository (database) - PostgreSQL 17.7
* Server plugins installed
* Client tools installed
* Licenses applied and validated

#### Who is this for?

* Admins who want a quick, supported Tomcat + Pentaho setup
* Teams migrating content from previous Pentaho versions or evaluation installs

#### Prerequisites

* Ubuntu 24.04 LTS with sudo access
* Java 21 (OpenJDK) installed and `PENTAHO_JAVA_HOME` set
* Access to a supported database for the Pentaho Repository (PostgreSQL recommended)
* Verify supported versions: [Components Reference](https://docs.pentaho.com/install/pdia-11.0-installation/components-reference)

{% hint style="danger" %}
Uninstall any evaluation versions of Pentaho before proceeding.
{% endhint %}

{% stepper %}
{% step %}
**Prepare your environment**

* Create a dedicated installation user `pentaho` and directory layout.
* Install and validate Java 21; set `PENTAHO_JAVA_HOME`.
* Install and configure your Pentaho Repository database (PostgreSQL recommended).

Go to: [Prepare Environment](/pentaho-11-installation-en/installation/archive-installation/prepare-environment.md)
{% endstep %}

{% step %}
**Install Pentaho Server (Archive)**

* Download and unpack the archive under `/opt/pentaho`.
* Configure Repository connectivity and Tomcat.
* Start the server and verify logs.

Go to: [Install Pentaho Server](/pentaho-11-installation-en/installation/archive-installation/install-pentaho-server.md)
{% endstep %}

{% step %}
**Install server plugins**

* Add reporting/visualization plugins required by your use cases.
* Add Semantic Model Editor (SME) for data modeling.
* Add Pipeline Designer (PPD), Scheduler and Carte for creating and deploying automated data pipelines.
* Restart and validate.

Go to: [Server Plugins](/pentaho-11-installation-en/installation/archive-installation/install-pentaho-server/server-plugins.md)
{% endstep %}

{% step %}
**Install client tools**

* Install PDI, PRD, PME, PSW or other client tools used by your team.

Go to: [Install Client Tools](/pentaho-11-installation-en/installation/archive-installation/install-client-tools.md)
{% endstep %}

{% step %}
**Start the Pentaho Server and apply licenses**

* Start Pentaho, access PUC, and validate basic functionality.
* Apply licenses via the License Manager.

See: “Start Server” and “License Manager” in [Install Pentaho Server](/pentaho-11-installation-en/installation/archive-installation/install-pentaho-server.md)
{% endstep %}

{% step %}
**Post‑installation hardening (recommended)**

* Secure credentials, restrict access, and tune performance for production.

Go to: [Post Installation Tasks](/pentaho-11-installation-en/installation/post-installation-tasks.md)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Migrating content? Plan your repository upgrade/restore and test before opening the system to end users.
{% endhint %}

***


---

# Agent Instructions: 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:

```
GET https://academy.pentaho.com/pentaho-11-installation-en/installation/archive-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
