# System requirements for PostgreSQL

{% hint style="info" %}
If you want to use a version that Structural does not support, contact Tonic.ai.
{% endhint %}

{% hint style="info" %}
**Versions for which Structural support is ending**

As of April 1, 2026, Structural will not support the following versions of PostgreSQL:

* PostgreSQL 10
* PostgreSQL 11
* PostgreSQL 12
* PostgreSQL 13

The database provider also no longer supports these versions.
{% endhint %}

Tonic Structural supports PostgreSQL 14 through PostgreSQL 18.

You can also use the PostgreSQL data connector to connect to an Amazon Aurora database.

Source and destination databases should use the same database version and must have the same extensions installed.

At the very least, the destination database version cannot be older than the source database version. For example, if the source database uses PostgreSQL 12.8, then the destination database cannot use a lower version such as PostgreSQL 12.4.


---

# 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://docs.tonic.ai/app/setting-up-your-database/postgres/postgresql-system-requirements.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.
