From 27a8fc577bd16951461e917012e0330728a35b69 Mon Sep 17 00:00:00 2001 From: Iain Date: Wed, 3 Jul 2024 17:34:29 +0200 Subject: [PATCH 1/6] chore: new supported platforms page, updated upgrade, and linux install pages to point to the supported platforms page. --- _partials/_timescale-cloud-platforms.md | 45 +++++++++++++++++++++++ _partials/_timescale-cloud-regions.md | 15 ++++++++ _partials/_timescale-cloud-services.md | 29 +++++++++++++++ about/page-index/page-index.js | 5 +++ about/supported-platforms.md | 45 +++++++++++++++++++++++ self-hosted/install/installation-linux.md | 14 +------ use-timescale/upgrades.md | 24 +++--------- 7 files changed, 146 insertions(+), 31 deletions(-) create mode 100644 _partials/_timescale-cloud-platforms.md create mode 100644 _partials/_timescale-cloud-regions.md create mode 100644 _partials/_timescale-cloud-services.md create mode 100644 about/supported-platforms.md diff --git a/_partials/_timescale-cloud-platforms.md b/_partials/_timescale-cloud-platforms.md new file mode 100644 index 0000000000..75083dacd0 --- /dev/null +++ b/_partials/_timescale-cloud-platforms.md @@ -0,0 +1,45 @@ +You use Timescale 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 + +Timescale offers the following services for your self-hosted installations: + + + + + + + + + + + + + + +
Service typeExtensions
Self-hosted support
  • 24/7 support no matter where you are.
  • An experienced global ops and support team that + can build and manage PostgreSQL at scale.
+ Want to try it out? See how we can help. +
+ + + +### Supported systems + +Timescale Open-source products run on PostgreSQL v12, v13, v14, v15, and v16. You can deploy them on the +following platforms: + +|Debian|Ubuntu|Red Hat Enterprise|Fedora| Rocky Linux | +|-|-|-|-|-----------------| +|Debian 12 Bookworm|Ubuntu 23.04 Lunar Lobster|Red Hat Enterprise Linux 9|Fedora 35| Rocky Linux 9 (x86_64) | +|Debian 11 Bullseye|Ubuntu 22.04 LTS Jammy Jellyfish|Red Hat Enterprise Linux 8|Fedora 34| Rocky Linux 8 | +|Debian 10 Buster|Ubuntu 20.04 LTS Focal Fossa|Red Hat Enterprise Linux 7|Fedora 33| | + + +TimescaleDB is supported by the community on the following platforms: + +* ArchLinux: check the [available packages][archlinux-packages]. + +[archlinux-packages]: https://archlinux.org/packages/?sort=&q=timescale&maintainer=&flagged= diff --git a/_partials/_timescale-cloud-regions.md b/_partials/_timescale-cloud-regions.md new file mode 100644 index 0000000000..bba40edb40 --- /dev/null +++ b/_partials/_timescale-cloud-regions.md @@ -0,0 +1,15 @@ +Timescale Cloud Services run in the following Amazon Web Services (AWS) regions: + +| Region | Zone | Location | +|------------------|---------------|----------------| +| `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 | diff --git a/_partials/_timescale-cloud-services.md b/_partials/_timescale-cloud-services.md new file mode 100644 index 0000000000..14ad99b0c5 --- /dev/null +++ b/_partials/_timescale-cloud-services.md @@ -0,0 +1,29 @@ +Timescale Cloud services run optimized Timescale extensions on PostgreSQL v16.3 in a highly secure AWS environment. Each Timescale Cloud Service is a specialized database instance tuned for your workload. Available service types are: + + + + + + + + + + + + + + + + + + + + + + + + + + +
Service typeExtensions
Time series and analytics

Lightning-fast ingest and querying of time-based and event data.

  • TimescaleDB
  • TimescaleDB toolkit
AI and vector

Seamlessly build RAG, search, and AI agents.

  • TimescaleDB
  • TimescaleDB toolkit
  • pgvector
  • pgvectorscale
  • pgai
  • pgspot
Dynamic PostgreSQL

Managed PostgreSQL with the benefits of serverless but none of the problems.

  • TimescaleDB
  • TimescaleDB toolkit
  • pgspot
Support
  • 24/7 support no matter where you are.
  • Continuous incremental backup/recovery.
  • Point-in-time forking/branching.
  • Zero-downtime upgrades.
  • Multi-AZ high availability.
  • An experienced global ops and support team that can build and manage PostgreSQL at scale.
+ \ No newline at end of file diff --git a/about/page-index/page-index.js b/about/page-index/page-index.js index daca380659..fa9da098f7 100644 --- a/about/page-index/page-index.js +++ b/about/page-index/page-index.js @@ -30,6 +30,11 @@ module.exports = [ }, ], }, + { + title: "Supported platforms", + href: "supported-platforms", + excerpt: "The platforms and systems supported by Timescale products.", + }, { title: "TimescaleDB editions", href: "timescaledb-editions", diff --git a/about/supported-platforms.md b/about/supported-platforms.md new file mode 100644 index 0000000000..fe31bfd1a9 --- /dev/null +++ b/about/supported-platforms.md @@ -0,0 +1,45 @@ +--- +title: Supported platforms +excerpt: The platforms and systems supported by Timescale products. +products: [Timescale 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 Timescale products have been tested on for the +following options: + +* [Timescale Cloud](#timescale-cloud): all the latest Timescale products and features that just work. A reliable and worry-free PostgreSQL cloud for all your workloads. Timescale Cloud is managed by us on a highly secure AWS infrastructure. +* [Self-hosted TimescaleDB](#self-hosted-timescaledb): create your best app from the comfort of your own developer environment. + + +## Timescale Cloud + +Timescale Cloud always runs the latest version of all Timescale products. With Timescale Cloud you: + +* Build everything on one service +* 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 types](#available-service-types) and [regions](#available-regions). + +### Available service types + + + +### Available regions + + + +## Self-hosted TimescaleDB + + diff --git a/self-hosted/install/installation-linux.md b/self-hosted/install/installation-linux.md index f523415790..d410a1cfee 100644 --- a/self-hosted/install/installation-linux.md +++ b/self-hosted/install/installation-linux.md @@ -39,7 +39,7 @@ To keep your current PostgreSQL installation, [Install from source][install-from ## Install and configure TimescaleDB on PostgreSQL This section shows you how to install the latest version of PostgreSQL and -TimescaleDB on a [supported platform](#supported-platforms) using the packages supplied by Timescale. +TimescaleDB on a [supported platform][supported-platforms-self-hosted] using the packages supplied by Timescale. @@ -79,15 +79,5 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst - -## Supported platforms - -TimescaleDB is supported on the following platforms: - -|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| | - [install-from-source]: /self-hosted/:currentVersion:/install/installation-source/ +[supported-platforms-self-hosted]: /about/:currentVersion:/supported-platforms/#self-hosted-timescaledb diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index 5fb9f098bf..cd28abf9fb 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -119,28 +119,12 @@ can plan accordingly. However, in some cases, we might not be able to do so. ## Upgrade to a new PostgreSQL version -Timescale currently supports PostgreSQL 12, 13, 14, and 15. You can see -your PostgreSQL and Timescale versions from the Timescale service -overview page. - - - -You can also manually upgrade to the newest supported PostgreSQL version -(PostgreSQL 15) from the service overview page. - Upgrading to a newer version of PostgreSQL allows you to take advantage of new features, enhancements, and security fixes. It also ensures that you are using a version of PostgreSQL that's compatible with the newest version of Timescale, allowing you to take advantage of everything Timescale has to offer. For more -information about feature changes between versions, see the -[PostgreSQL release notes][postgres-relnotes] and -[Timescale release notes][timescale-relnotes]. +information about feature changes between versions, see the [Timescale release notes][timescale-changelog], +[Supported systems][supported-systems], and the [PostgreSQL release notes][postgres-relnotes]. Your Timescale service is unavailable until the upgrade is complete. This @@ -192,4 +176,6 @@ with a replica, you must first delete the replica and then upgrade the service. [postgres-relnotes]: https://www.postgresql.org/docs/release/ [replicas-docs]: /use-timescale/:currentVersion:/ha-replicas/high-availability/ [status-page]: https://status.timescale.com/ -[timescale-relnotes]: /about/latest/release-notes/ +[timescale-changelog]: /about/:currentVersion:/changelog/ +[supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems + From 95f5e07982d29acfac69317ea0f84f6261eede6b Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Tue, 5 Aug 2025 12:40:29 +0200 Subject: [PATCH 2/6] chore: correct product for build --- about/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/supported-platforms.md b/about/supported-platforms.md index fe31bfd1a9..fa307e9486 100644 --- a/about/supported-platforms.md +++ b/about/supported-platforms.md @@ -1,7 +1,7 @@ --- title: Supported platforms excerpt: The platforms and systems supported by Timescale products. -products: [Timescale Cloud, self_hosted] +products: [ cloud, self_hosted] keywords: [platforms, systems] tags: [platforms, os, versions] --- From 376b570356ba88bfe41b5d53ec922b1f9e5afb77 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 20 Aug 2025 15:29:36 +0300 Subject: [PATCH 3/6] review updates --- _partials/_timescale-cloud-platforms.md | 22 +++++++++++----------- _partials/_timescale-cloud-regions.md | 5 +++-- _partials/_timescale-cloud-services.md | 16 ++++++++-------- about/page-index/page-index.js | 10 +++++----- about/supported-platforms.md | 21 +++++++++++---------- self-hosted/install/installation-linux.md | 11 ++--------- use-timescale/regions.md | 19 +++---------------- use-timescale/upgrades.md | 10 +++++----- 8 files changed, 48 insertions(+), 66 deletions(-) diff --git a/_partials/_timescale-cloud-platforms.md b/_partials/_timescale-cloud-platforms.md index 75083dacd0..e720085f2e 100644 --- a/_partials/_timescale-cloud-platforms.md +++ b/_partials/_timescale-cloud-platforms.md @@ -1,35 +1,33 @@ -You use Timescale Open-source products to create your best app from the comfort of your own developer environment. +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). +See the [available services][available-services] and [supported systems][supported-systems]. ### Available services -Timescale offers the following services for your self-hosted installations: +$COMPANY offers the following services for your self-hosted installations: - +
Service typeExtensionsDescription
Self-hosted support
  • 24/7 support no matter where you are.
  • An experienced global ops and support team that - can build and manage PostgreSQL at scale.
- Want to try it out? See how we can help. + can build and manage Postgres at scale. + Want to try it out? See how we can help.
- - ### Supported systems -Timescale Open-source products run on PostgreSQL v12, v13, v14, v15, and v16. You can deploy them on the -following platforms: +$COMPANY's open-source products run on Postgres v12, v13, v14, v15, v16, and v17. You can deploy them on the +following systems: |Debian|Ubuntu|Red Hat Enterprise|Fedora| Rocky Linux | |-|-|-|-|-----------------| @@ -38,8 +36,10 @@ following platforms: |Debian 10 Buster|Ubuntu 20.04 LTS Focal Fossa|Red Hat Enterprise Linux 7|Fedora 33| | -TimescaleDB is supported by the community on the following platforms: +$TIMESCALE_DB is supported by the community on the following platforms: * ArchLinux: check the [available packages][archlinux-packages]. [archlinux-packages]: https://archlinux.org/packages/?sort=&q=timescale&maintainer=&flagged= +[available-services]: /about/:currentVersion:/supported-platforms/#available-services +[supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems \ No newline at end of file diff --git a/_partials/_timescale-cloud-regions.md b/_partials/_timescale-cloud-regions.md index bba40edb40..6176a2da4c 100644 --- a/_partials/_timescale-cloud-regions.md +++ b/_partials/_timescale-cloud-regions.md @@ -1,7 +1,8 @@ -Timescale Cloud Services run in the following Amazon Web Services (AWS) regions: +$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 | diff --git a/_partials/_timescale-cloud-services.md b/_partials/_timescale-cloud-services.md index 14ad99b0c5..9f157e169b 100644 --- a/_partials/_timescale-cloud-services.md +++ b/_partials/_timescale-cloud-services.md @@ -1,28 +1,28 @@ -Timescale Cloud services run optimized Timescale extensions on PostgreSQL v16.3 in a highly secure AWS environment. Each Timescale Cloud Service is a specialized database instance tuned for your workload. Available service types are: +$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: - + - - + + - + - - + + - +
Service typeCapability Extensions
Time series and analytics

Lightning-fast ingest and querying of time-based and event data.

  • TimescaleDB
  • TimescaleDB toolkit
Real-time analytics

Lightning-fast ingest and querying of time-based and event data.

  • TimescaleDB
  • TimescaleDB Toolkit
AI and vector

Seamlessly build RAG, search, and AI agents.

  • TimescaleDB
  • TimescaleDB toolkit
  • pgvector
  • pgvectorscale
  • pgai
  • pgspot
  • TimescaleDB
  • pgvector
  • pgvectorscale
  • pgai
Dynamic PostgreSQL

Managed PostgreSQL with the benefits of serverless but none of the problems.

  • TimescaleDB
  • TimescaleDB toolkit
  • pgspot
Hybrid

Everything for real-time analytics and AI workloads, combined.

  • TimescaleDB
  • TimescaleDB Toolkit
  • pgvector
  • pgvectorscale
  • pgai
Support
  • 24/7 support no matter where you are.
  • Continuous incremental backup/recovery.
  • Point-in-time forking/branching.
  • Zero-downtime upgrades.
  • Multi-AZ high availability.
  • An experienced global ops and support team that can build and manage PostgreSQL at scale.
  • 24/7 support no matter where you are.
  • Continuous incremental backup/recovery.
  • Point-in-time forking/branching.
  • Zero-downtime upgrades.
  • Multi-AZ high availability.
  • An experienced global ops and support team that can build and manage Postgres at scale.
diff --git a/about/page-index/page-index.js b/about/page-index/page-index.js index 3dee518097..1b7616731b 100644 --- a/about/page-index/page-index.js +++ b/about/page-index/page-index.js @@ -24,11 +24,6 @@ module.exports = [ href: "changelog", excerpt: "A summary of the latest changes to all TigerData products.", }, - { - title: "Supported platforms", - href: "supported-platforms", - excerpt: "The platforms and systems supported by Timescale products.", - }, { title: "TimescaleDB editions", href: "timescaledb-editions", @@ -44,6 +39,11 @@ module.exports = [ href: "release-notes", excerpt: "Release information for TimescaleDB v2.0.0 - v2.15.1", }, + { + title: "Supported platforms", + href: "supported-platforms", + excerpt: "The platforms and systems supported by TigerData products", + }, ], }, ]; diff --git a/about/supported-platforms.md b/about/supported-platforms.md index fa307e9486..0644b5c1c9 100644 --- a/about/supported-platforms.md +++ b/about/supported-platforms.md @@ -12,27 +12,25 @@ import Platforms from "versionContent/_partials/_timescale-cloud-platforms.mdx"; # Supported platforms and regions -This page lists the platforms and systems that Timescale products have been tested on for the +This page lists the platforms and systems that $COMPANY products have been tested on for the following options: -* [Timescale Cloud](#timescale-cloud): all the latest Timescale products and features that just work. A reliable and worry-free PostgreSQL cloud for all your workloads. Timescale Cloud is managed by us on a highly secure AWS infrastructure. -* [Self-hosted TimescaleDB](#self-hosted-timescaledb): create your best app from the comfort of your own developer environment. +* **$CLOUD_LONG**: all the latest features that just work. A reliable and worry-free $PG cloud for all your workloads. +* **$SELF_LONG_CAP**: create your best app from the comfort of your own developer environment. +## $CLOUD_LONG -## Timescale Cloud +$CLOUD_LONG always runs the latest version of all $COMPANY products. With $CLOUD_LONG you: -Timescale Cloud always runs the latest version of all Timescale products. With Timescale Cloud you: - -* Build everything on one service -* Each service hosts one database +* 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 types](#available-service-types) and [regions](#available-regions). +See the available [service capabilities][service-types] and [regions][regions]. -### Available service types +### Available service capabilities @@ -43,3 +41,6 @@ See the available [service types](#available-service-types) and [regions](#avail ## Self-hosted TimescaleDB + +[service-types]: /about/:currentVersion:/supported-platforms/#available-service-capabilities +[regions]: /about/:currentVersion:/supported-platforms/#available-regions \ No newline at end of file diff --git a/self-hosted/install/installation-linux.md b/self-hosted/install/installation-linux.md index 70f6369bdf..793b2e0b26 100644 --- a/self-hosted/install/installation-linux.md +++ b/self-hosted/install/installation-linux.md @@ -79,14 +79,7 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst ## Supported platforms -TimescaleDB is supported on the following platforms: - -|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||| | +See [Supported platforms][supported-platforms-self-hosted]. ## Where to next @@ -94,4 +87,4 @@ TimescaleDB is supported on the following platforms: [install-from-source]: /self-hosted/:currentVersion:/install/installation-source/ -[supported-platforms-self-hosted]: /about/:currentVersion:/supported-platforms/#self-hosted-timescaledb +[supported-platforms-self-hosted]: /about/:currentVersion:/supported-platforms/#supported-systems diff --git a/use-timescale/regions.md b/use-timescale/regions.md index 7f456129ac..a6c9226f39 100644 --- a/use-timescale/regions.md +++ b/use-timescale/regions.md @@ -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 | + diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index a39b4fb495..0428d6fe07 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -91,12 +91,12 @@ $TIMESCALE_DB manually: -Upgrading to a newer version of PostgreSQL allows you to take advantage of new +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 PostgreSQL that's compatible with the newest version of Timescale, -allowing you to take advantage of everything Timescale has to offer. For more -information about feature changes between versions, see the [Timescale release notes][timescale-changelog], -[Supported systems][supported-systems], and the [PostgreSQL release notes][postgres-relnotes]. +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 From c4ab7fa676aa903802a25ea9c346df1a842747f2 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Thu, 21 Aug 2025 12:36:16 +0300 Subject: [PATCH 4/6] finalize the page --- _partials/_timescale-cloud-platforms.md | 28 ++++++++++------ _partials/_timescaledb_supported_linux.md | 11 +++++++ _partials/_timescaledb_supported_macos.md | 3 ++ _partials/_timescaledb_supported_windows.md | 4 +++ about/page-index/page-index.js | 10 +++--- about/supported-platforms.md | 4 +-- self-hosted/install/installation-linux.md | 5 ++- self-hosted/install/installation-macos.md | 12 ++++--- self-hosted/install/installation-windows.md | 36 +++++++++------------ 9 files changed, 71 insertions(+), 42 deletions(-) create mode 100644 _partials/_timescaledb_supported_linux.md create mode 100644 _partials/_timescaledb_supported_macos.md create mode 100644 _partials/_timescaledb_supported_windows.md diff --git a/_partials/_timescale-cloud-platforms.md b/_partials/_timescale-cloud-platforms.md index e720085f2e..f3771003b8 100644 --- a/_partials/_timescale-cloud-platforms.md +++ b/_partials/_timescale-cloud-platforms.md @@ -1,3 +1,8 @@ +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]. @@ -26,20 +31,23 @@ $COMPANY offers the following services for your self-hosted installations: ### Supported systems -$COMPANY's open-source products run on Postgres v12, v13, v14, v15, v16, and v17. You can deploy them on the -following systems: +$TIMESCALE_DB and $TOOLKIT_LONG run on Postgres v10, v11, v12, v13, v14, v15, v16, and v17. + + + +You can deploy $TIMESCALE_DB and $TOOLKIT_LONG on the following systems: + +- Linux: + + -|Debian|Ubuntu|Red Hat Enterprise|Fedora| Rocky Linux | -|-|-|-|-|-----------------| -|Debian 12 Bookworm|Ubuntu 23.04 Lunar Lobster|Red Hat Enterprise Linux 9|Fedora 35| Rocky Linux 9 (x86_64) | -|Debian 11 Bullseye|Ubuntu 22.04 LTS Jammy Jellyfish|Red Hat Enterprise Linux 8|Fedora 34| Rocky Linux 8 | -|Debian 10 Buster|Ubuntu 20.04 LTS Focal Fossa|Red Hat Enterprise Linux 7|Fedora 33| | +- Windows: + -$TIMESCALE_DB is supported by the community on the following platforms: +- MacOS: -* ArchLinux: check the [available packages][archlinux-packages]. + -[archlinux-packages]: https://archlinux.org/packages/?sort=&q=timescale&maintainer=&flagged= [available-services]: /about/:currentVersion:/supported-platforms/#available-services [supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems \ No newline at end of file diff --git a/_partials/_timescaledb_supported_linux.md b/_partials/_timescaledb_supported_linux.md new file mode 100644 index 0000000000..1d98a4f879 --- /dev/null +++ b/_partials/_timescaledb_supported_linux.md @@ -0,0 +1,11 @@ + +| Operation system | Version | +|---------------------------------|-----------------------------------------------------------------------| +| Debian | 12 Bookworm, 11 Bullseye, 10 Buster | +| Ubuntu | 23.04 Lunar Lobster, 22.04 LTS Jammy Jellyfish, 20.04 LTS Focal Fossa | +| Red Hat Enterprise | Linux 9, Linux 8, Linux 7 | +| 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= \ No newline at end of file diff --git a/_partials/_timescaledb_supported_macos.md b/_partials/_timescaledb_supported_macos.md new file mode 100644 index 0000000000..5c1847d147 --- /dev/null +++ b/_partials/_timescaledb_supported_macos.md @@ -0,0 +1,3 @@ +| Operation system | Version | +|-------------------------------|----------------------------------| +| macOS | From 10.15 Catalina to 14 Sonoma | diff --git a/_partials/_timescaledb_supported_windows.md b/_partials/_timescaledb_supported_windows.md new file mode 100644 index 0000000000..86fb7b8a37 --- /dev/null +++ b/_partials/_timescaledb_supported_windows.md @@ -0,0 +1,4 @@ +| Operation system | Version | +|---------------------------------------------|------------| +| Microsoft Windows | 10, 11 | +| Microsoft Windows Server | 2019, 2020 | diff --git a/about/page-index/page-index.js b/about/page-index/page-index.js index 1b7616731b..fd667c1d58 100644 --- a/about/page-index/page-index.js +++ b/about/page-index/page-index.js @@ -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", @@ -39,11 +44,6 @@ module.exports = [ href: "release-notes", excerpt: "Release information for TimescaleDB v2.0.0 - v2.15.1", }, - { - title: "Supported platforms", - href: "supported-platforms", - excerpt: "The platforms and systems supported by TigerData products", - }, ], }, ]; diff --git a/about/supported-platforms.md b/about/supported-platforms.md index 0644b5c1c9..d1cb1b448a 100644 --- a/about/supported-platforms.md +++ b/about/supported-platforms.md @@ -16,7 +16,7 @@ This page lists the platforms and systems that $COMPANY products have been teste following options: * **$CLOUD_LONG**: all the latest features that just work. A reliable and worry-free $PG cloud for all your workloads. -* **$SELF_LONG_CAP**: create your best app from the comfort of your own developer environment. +* **Open-source products**: create your best app from the comfort of your own developer environment. ## $CLOUD_LONG @@ -38,7 +38,7 @@ See the available [service capabilities][service-types] and [regions][regions]. -## Self-hosted TimescaleDB +## Self-hosted products diff --git a/self-hosted/install/installation-linux.md b/self-hosted/install/installation-linux.md index 793b2e0b26..3a7a30db43 100644 --- a/self-hosted/install/installation-linux.md +++ b/self-hosted/install/installation-linux.md @@ -11,6 +11,7 @@ import SelfHostedDebianBased from "versionContent/_partials/_install-self-hosted import SelfHostedRedhatBased from "versionContent/_partials/_install-self-hosted-redhat-based.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 @@ -79,7 +80,9 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst ## Supported platforms -See [Supported platforms][supported-platforms-self-hosted]. +You can deploy $TIMESCALE_DB on the following systems: + + ## Where to next diff --git a/self-hosted/install/installation-macos.md b/self-hosted/install/installation-macos.md index 56792e5b13..6461fd01b3 100644 --- a/self-hosted/install/installation-macos.md +++ b/self-hosted/install/installation-macos.md @@ -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 @@ -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: - + -## 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 + + [homebrew]: https://docs.brew.sh/Installation [install-psql]: /integrations/:currentVersion:/psql/ diff --git a/self-hosted/install/installation-windows.md b/self-hosted/install/installation-windows.md index 318b0788f2..6b668c88e1 100644 --- a/self-hosted/install/installation-windows.md +++ b/self-hosted/install/installation-windows.md @@ -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 @@ -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 - - - ## Supported platforms -* The latest $TIMESCALE_DB releases for $PG are: +The latest $TIMESCALE_DB releases for $PG are: - * +* - [$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) - - * + +* - [$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) - - * + +* - [$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) - + -* $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 + For release information, see the [GitHub releases page][gh-releases] and the [release notes][release-notes]. +## Where to next + + [config]: /self-hosted/:currentVersion:/configuration/ [gh-releases]: https://github.com/timescale/timescaledb/releases From bebe926a67e4ffcdd33fd2a52b95befb9855c889 Mon Sep 17 00:00:00 2001 From: Philip Krauss <35487337+philkra@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:08:19 +0200 Subject: [PATCH 5/6] Apply suggestions from code review Signed-off-by: Philip Krauss <35487337+philkra@users.noreply.github.com> --- _partials/_timescaledb_supported_linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_partials/_timescaledb_supported_linux.md b/_partials/_timescaledb_supported_linux.md index 1d98a4f879..590f38b14e 100644 --- a/_partials/_timescaledb_supported_linux.md +++ b/_partials/_timescaledb_supported_linux.md @@ -1,8 +1,8 @@ | Operation system | Version | |---------------------------------|-----------------------------------------------------------------------| -| Debian | 12 Bookworm, 11 Bullseye, 10 Buster | -| Ubuntu | 23.04 Lunar Lobster, 22.04 LTS Jammy Jellyfish, 20.04 LTS Focal Fossa | +| Debian | 13 Trixe, 12 Bookworm, 11 Bullseye | +| Ubuntu | 24.04 Noble Numbat, 22.04 LTS Jammy Jellyfish | | Red Hat Enterprise | Linux 9, Linux 8, Linux 7 | | Fedora | Fedora 35, Fedora 34, Fedora 33 | | Rocky Linux | Rocky Linux 9 (x86_64), Rocky Linux 8 | From 85d5cc88726e6c22e397f0c8b695d598deb671ca Mon Sep 17 00:00:00 2001 From: atovpeko Date: Fri, 5 Sep 2025 15:13:32 +0300 Subject: [PATCH 6/6] update on review --- _partials/_timescale-cloud-platforms.md | 28 ++++++++++++++++------- _partials/_timescaledb_supported_linux.md | 2 +- about/supported-platforms.md | 2 +- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/_partials/_timescale-cloud-platforms.md b/_partials/_timescale-cloud-platforms.md index f3771003b8..13ef576d60 100644 --- a/_partials/_timescale-cloud-platforms.md +++ b/_partials/_timescale-cloud-platforms.md @@ -29,25 +29,37 @@ $COMPANY offers the following services for your self-hosted installations: -### Supported systems +### $PG, $TIMESCALE_DB support matrix -$TIMESCALE_DB and $TOOLKIT_LONG run on Postgres v10, v11, v12, v13, v14, v15, v16, and v17. +$TIMESCALE_DB and $TOOLKIT_LONG run on Postgres v10, v11, v12, v13, v14, v15, v16, and v17. +### Supported operating system + You can deploy $TIMESCALE_DB and $TOOLKIT_LONG on the following systems: -- Linux: + + + + + + + + + - + + + -- Windows: + - + -- MacOS: + - + [available-services]: /about/:currentVersion:/supported-platforms/#available-services [supported-systems]: /about/:currentVersion:/supported-platforms/#supported-systems \ No newline at end of file diff --git a/_partials/_timescaledb_supported_linux.md b/_partials/_timescaledb_supported_linux.md index 590f38b14e..076d33d57a 100644 --- a/_partials/_timescaledb_supported_linux.md +++ b/_partials/_timescaledb_supported_linux.md @@ -3,7 +3,7 @@ |---------------------------------|-----------------------------------------------------------------------| | Debian | 13 Trixe, 12 Bookworm, 11 Bullseye | | Ubuntu | 24.04 Noble Numbat, 22.04 LTS Jammy Jellyfish | -| Red Hat Enterprise | Linux 9, Linux 8, Linux 7 | +| 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] | diff --git a/about/supported-platforms.md b/about/supported-platforms.md index d1cb1b448a..26a1715574 100644 --- a/about/supported-platforms.md +++ b/about/supported-platforms.md @@ -16,7 +16,7 @@ This page lists the platforms and systems that $COMPANY products have been teste following options: * **$CLOUD_LONG**: all the latest features that just work. A reliable and worry-free $PG cloud for all your workloads. -* **Open-source products**: create your best app from the comfort of your own developer environment. +* **Self-hosted products**: create your best app from the comfort of your own developer environment. ## $CLOUD_LONG