Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions _partials/_timescale-cloud-platforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
import SupportMatrix from "versionContent/_partials/_migrate_self_postgres_timescaledb_compatibility.mdx";
import LinuxSupport from "versionContent/_partials/_timescaledb_supported_linux.mdx";
import WindowsSupport from "versionContent/_partials/_timescaledb_supported_windows.mdx";
import MacosSupport from "versionContent/_partials/_timescaledb_supported_macos.mdx";

You use $COMPANY's open-source products to create your best app from the comfort of your own developer environment.

See the [available services][available-services] and [supported systems][supported-systems].

### Available services

$COMPANY offers the following services for your self-hosted installations:

<table>
<thead>
<tr>
<th>Service type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Self-hosted support</strong></td>
<td><ul><li>24/7 support no matter where you are.</li><li>An experienced global ops and support team that
can build and manage Postgres at scale.</li></ul>
Want to try it out? <a href="https://www.tigerdata.com/self-managed-support">See how we can help</a>.
</td>
</tr>
</tbody>
</table>

### $PG, $TIMESCALE_DB support matrix

$TIMESCALE_DB and $TOOLKIT_LONG run on Postgres v10, v11, v12, v13, v14, v15, v16, and v17.

<SupportMatrix />

### Supported operating system

You can deploy $TIMESCALE_DB and $TOOLKIT_LONG on the following systems:
Copy link
Contributor Author

@billy-the-fish billy-the-fish Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading

Supported operating systems

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recent versions are PG15+ the support matrix is find the upgrade path

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @svenklemm are you saying we should only have the PG15/TimescaleDB 2.10.x and up for this section?


<Tabs label="Supported operating systems" persistKey="os">

<Tab title="Linux" label="linux">

<LinuxSupport />

</Tab>

<Tab title="Windows" label="windows">

<WindowsSupport />

</Tab>

<Tab title="MacOS" label="macos">

<MacosSupport />

</Tab>

</Tabs>

[available-services]: /about/:currentVersion:/supported-platforms/#available-services
[supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems
16 changes: 16 additions & 0 deletions _partials/_timescale-cloud-regions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
$SERVICE_LONGs run in the following Amazon Web Services (AWS) regions:

| Region | Zone | Location |
| ---------------- | ------------- | -------------- |
| `ap-south-1` | Asia Pacific | Mumbai |
| `ap-southeast-1` | Asia Pacific | Singapore |
| `ap-southeast-2` | Asia Pacific | Sydney |
| `ap-northeast-1` | Asia Pacific | Tokyo |
| `ca-central-1` | Canada | Central |
| `eu-central-1` | Europe | Frankfurt |
| `eu-west-1` | Europe | Ireland |
| `eu-west-2` | Europe | London |
| `sa-east-1` | South America | São Paulo |
| `us-east-1` | United States | North Virginia |
| `us-east-2` | United States | Ohio |
| `us-west-2` | United States | Oregon |
29 changes: 29 additions & 0 deletions _partials/_timescale-cloud-services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
$SERVICE_LONGs run optimized $COMPANY extensions on latest $PG, in a highly secure cloud environment. Each $SERVICE_SHORT is a specialized database instance tuned for your workload. Available capabilities are:

<table>
<thead>
<tr>
<th>Capability</th>
<th>Extensions</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Real-time analytics</strong> <p>Lightning-fast ingest and querying of time-based and event data.</p></td>
<td><ul><li>TimescaleDB</li><li>TimescaleDB Toolkit</li></ul> </td>
</tr>
<tr>
<td ><strong>AI and vector </strong><p>Seamlessly build RAG, search, and AI agents.</p></td>
<td><ul><li>TimescaleDB</li><li>pgvector</li><li>pgvectorscale</li><li>pgai</li></ul></td>
</tr>
<tr>
<td ><strong>Hybrid</strong><p>Everything for real-time analytics and AI workloads, combined.</p></td>
<td><ul><li>TimescaleDB</li><li>TimescaleDB Toolkit</li><li>pgvector</li><li>pgvectorscale</li><li>pgai</li></ul></td>
</tr>
<tr>
<td ><strong>Support</strong></td>
<td><ul><li>24/7 support no matter where you are.</li><li> Continuous incremental backup/recovery. </li><li>Point-in-time forking/branching.</li><li>Zero-downtime upgrades. </li><li>Multi-AZ high availability. </li><li>An experienced global ops and support team that can build and manage Postgres at scale.</li></ul></td>
</tr>
</tbody>
</table>

11 changes: 11 additions & 0 deletions _partials/_timescaledb_supported_linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

| Operation system | Version |
|---------------------------------|-----------------------------------------------------------------------|
| Debian | 13 Trixe, 12 Bookworm, 11 Bullseye |
| Ubuntu | 24.04 Noble Numbat, 22.04 LTS Jammy Jellyfish |
| Red Hat Enterprise | Linux 9, Linux 8 |
| Fedora | Fedora 35, Fedora 34, Fedora 33 |
| Rocky Linux | Rocky Linux 9 (x86_64), Rocky Linux 8 |
| ArchLinux (community-supported) | Check the [available packages][archlinux-packages] |

[archlinux-packages]: https://archlinux.org/packages/?sort=&q=timescale&maintainer=&flagged=
3 changes: 3 additions & 0 deletions _partials/_timescaledb_supported_macos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| Operation system | Version |
|-------------------------------|----------------------------------|
| macOS | From 10.15 Catalina to 14 Sonoma |
4 changes: 4 additions & 0 deletions _partials/_timescaledb_supported_windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| Operation system | Version |
|---------------------------------------------|------------|
| Microsoft Windows | 10, 11 |
| Microsoft Windows Server | 2019, 2020 |
5 changes: 5 additions & 0 deletions about/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ module.exports = [
href: "timescaledb-editions",
excerpt: "Discover the different TimescaleDB editions and licences",
},
{
title: "Supported platforms",
href: "supported-platforms",
excerpt: "The platforms and systems supported by TigerData products",
},
{
title: "Contribute to TigerData",
href: "contribute-to-timescale",
Expand Down
46 changes: 46 additions & 0 deletions about/supported-platforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Supported platforms
excerpt: The platforms and systems supported by Timescale products.
products: [ cloud, self_hosted]
keywords: [platforms, systems]
tags: [platforms, os, versions]
---

import ServiceTypes from "versionContent/_partials/_timescale-cloud-services.mdx";
import Regions from "versionContent/_partials/_timescale-cloud-regions.mdx";
import Platforms from "versionContent/_partials/_timescale-cloud-platforms.mdx";

# Supported platforms and regions

This page lists the platforms and systems that $COMPANY products have been tested on for the
following options:

* **$CLOUD_LONG**: all the latest features that just work. A reliable and worry-free $PG cloud for all your workloads.
* **Self-hosted products**: create your best app from the comfort of your own developer environment.

## $CLOUD_LONG

$CLOUD_LONG always runs the latest version of all $COMPANY products. With $CLOUD_LONG you:

* Build everything on one service, and each service hosts one database
* Get faster queries using less compute
* Compress data without sacrificing performance
* View insights on performance, queries, and more
* Reduce storage with automated retention policies

See the available [service capabilities][service-types] and [regions][regions].

### Available service capabilities

<ServiceTypes />

### Available regions

<Regions />

## Self-hosted products

<Platforms />

[service-types]: /about/:currentVersion:/supported-platforms/#available-service-capabilities
[regions]: /about/:currentVersion:/supported-platforms/#available-regions
17 changes: 7 additions & 10 deletions self-hosted/install/installation-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import SelfHostedFedora from "versionContent/_partials/_install-self-hosted-fedo
import SelfHostedRocky from "versionContent/_partials/_install-self-hosted-rocky.mdx";
import SelfHostedArchLinuxBased from "versionContent/_partials/_install-self-hosted-archlinux-based.mdx";
import AddTimescaleDBToDB from "versionContent/_partials/_add-timescaledb-to-a-database.mdx";
import LinuxSupport from "versionContent/_partials/_timescaledb_supported_linux.mdx";


# Install $TIMESCALE_DB on Linux
Expand Down Expand Up @@ -99,20 +100,16 @@ This section shows you how to enable TimescaleDB for a new database in $PG using

And that is it! You have TimescaleDB running on a database on a self-hosted instance of $PG.

## Where to next
## Supported platforms

<WhereTo />
You can deploy $TIMESCALE_DB on the following systems:

<LinuxSupport />

## Supported platforms
## Where to next

TimescaleDB is supported on the following platforms:
<WhereTo />

|Debian|Ubuntu|Red Hat Enterprise|Fedora|Rocky Linux|
|-|-|-|-|-|
|Debian 10 Buster|Ubuntu 20.04 LTS Focal Fossa|Red Hat Enterprise Linux 7|Fedora 33|Rocky Linux 8|
|Debian 11 Bullseye|Ubuntu 22.04 LTS Jammy Jellyfish|Red Hat Enterprise Linux 8|Fedora 34|Rocky Linux 9|
|Debian 12 Bookworm|Ubuntu 23.04 Lunar Lobster|Red Hat Enterprise Linux 9|Fedora 35| |
||Ubuntu 24.04 LTS Noble Numbat||| |

[install-from-source]: /self-hosted/:currentVersion:/install/installation-source/
[supported-platforms-self-hosted]: /about/:currentVersion:/supported-platforms/#supported-systems
12 changes: 8 additions & 4 deletions self-hosted/install/installation-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import TestingEnv from "versionContent/_partials/_selfhosted_production_alert.md
import SelfHostedHomebrew from "versionContent/_partials/_install-self-hosted-homebrew-based.mdx";
import SelfHostedMacports from "versionContent/_partials/_install-self-hosted-macports-based.mdx";
import AddTimescaleDBToDB from "versionContent/_partials/_add-timescaledb-to-a-database.mdx";
import MacosSupport from "versionContent/_partials/_timescaledb_supported_macos.mdx";

# Install self-hosted $TIMESCALE_DB on macOS

Expand Down Expand Up @@ -72,14 +73,17 @@ This section shows you how to enable TimescaleDB for a new database in $PG using

And that is it! You have TimescaleDB running on a database on a self-hosted instance of $PG.

## Supported platforms

## Where to next
You can deploy $TIMESCALE_DB on the following systems:

<WhereTo />
<MacosSupport />

## Supported platforms
For the latest functionality, install MacOS 14 Sonoma.

For the latest functionality, install MacOS 14 Sanoma. The oldest supported version is macOS 10.15 Catalina
## Where to next

<WhereTo />

[homebrew]: https://docs.brew.sh/Installation
[install-psql]: /integrations/:currentVersion:/psql/
Expand Down
36 changes: 16 additions & 20 deletions self-hosted/install/installation-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import WhereTo from "versionContent/_partials/_where-to-next.mdx";
import TestingEnv from "versionContent/_partials/_selfhosted_production_alert.mdx" ;
import SelfHostedWindowsBased from "versionContent/_partials/_install-self-hosted-windows-based.mdx";
import AddTimescaleDBToDB from "versionContent/_partials/_add-timescaledb-to-a-database.mdx";
import WindowsSupport from "versionContent/_partials/_timescaledb_supported_windows.mdx";

# Install $TIMESCALE_DB on Windows

Expand Down Expand Up @@ -63,40 +64,35 @@ This section shows you how to enable $TIMESCALE_DB for a new database in $PG usi

And that is it! You have $TIMESCALE_DB running on a database on a self-hosted instance of $PG.


## Where to next

<WhereTo />

## Supported platforms

* The latest $TIMESCALE_DB releases for $PG are:
The latest $TIMESCALE_DB releases for $PG are:

* <Tag type="download">
* <Tag type="download">

[$PG 17: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-17-windows-amd64.zip)
[Postgres 17: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-17-windows-amd64.zip)

</Tag>
* <Tag type="download">
</Tag>
* <Tag type="download">

[$PG 16: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-16-windows-amd64.zip)
[Postgres 16: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-16-windows-amd64.zip)

</Tag>
* <Tag type="download">
</Tag>
* <Tag type="download">

[$PG 15: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-15-windows-amd64.zip)
[Postgres 15: TimescaleDB release](https://github.com/timescale/timescaledb/releases/download/2.21.2/timescaledb-postgresql-15-windows-amd64.zip)

</Tag>
</Tag>

* $TIMESCALE_DB is supported on the following platforms:
You can deploy $TIMESCALE_DB on the following systems:

* Microsoft Windows 10
* Microsoft Windows 11
* Microsoft Windows Server 2019
* Microsoft Windows Server 2022
<WindowsSupport />

For release information, see the [GitHub releases page][gh-releases] and the [release notes][release-notes].

## Where to next

<WhereTo />

[config]: /self-hosted/:currentVersion:/configuration/
[gh-releases]: https://github.com/timescale/timescaledb/releases
Expand Down
19 changes: 3 additions & 16 deletions use-timescale/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,11 @@ excerpt: The AWS regions available for Tiger Cloud services
products: [cloud]
---

# $CLOUD_LONG regions
import Regions from "versionContent/_partials/_timescale-cloud-regions.mdx";

$SERVICE_LONGs run in the following Amazon Web Services (AWS) regions:
# $CLOUD_LONG regions

| Region | Zone | Location |
| ---------------- | ------------- | -------------- |
| `ap-south-1` | Asia Pacific | Mumbai |
| `ap-southeast-1` | Asia Pacific | Singapore |
| `ap-southeast-2` | Asia Pacific | Sydney |
| `ap-northeast-1` | Asia Pacific | Tokyo |
| `ca-central-1` | Canada | Central |
| `eu-central-1` | Europe | Frankfurt |
| `eu-west-1` | Europe | Ireland |
| `eu-west-2` | Europe | London |
| `sa-east-1` | South America | São Paulo |
| `us-east-1` | United States | North Virginia |
| `us-east-2` | United States | Ohio |
| `us-west-2` | United States | Oregon |
<Regions />

<Highlight type="cloud" header="Need to deploy on Azure or Google Cloud Platform?">

Expand Down
10 changes: 10 additions & 0 deletions use-timescale/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ $TIMESCALE_DB manually:

</Procedure>


Upgrading to a newer version of $PG allows you to take advantage of new
features, enhancements, and security fixes. It also ensures that you are using a
version of $PG that's compatible with the newest version of $TIMESCALE_DB,
allowing you to take advantage of everything it has to offer. For more
information about feature changes between versions, see the [$CLOUD_LONG release notes][timescale-changelog],
[supported systems][supported-systems], and the [$PG release notes][postgres-relnotes].

## Deprecations

To ensure you benefit from the latest features, optimal performance, enhanced security, and full compatibility
Expand Down Expand Up @@ -218,6 +226,8 @@ To change your maintenance window:
[postgres-relnotes]: https://www.postgresql.org/docs/release/
[replicas-docs]: /use-timescale/:currentVersion:/ha-replicas/high-availability/
[status-page]: https://status.timescale.com/
[timescale-changelog]: /about/:currentVersion:/changelog/
[supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems
[timescale-relnotes]: https://github.com/timescale/timescaledb/releases
[deprecation-window]: /use-timescale/:currentVersion:/upgrades/#deprecations
[minimize-downtime]: /use-timescale/:currentVersion:/upgrades/#minimize-downtime-with-replicas
Expand Down