Skip to content

Commit c8d187f

Browse files
committed
Update the docs to require postgres v14+
1 parent 7bf62f8 commit c8d187f

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

docs/concept/components.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ language:
4949

5050
### [PostgreSQL](https://www.postgresql.org/)
5151

52-
PostgreSQL is a world's most advanced Open Source RDBMS.
52+
PostgreSQL is the world's most advanced Open Source RDBMS.
5353

54-
Postgres storage is based on the JSONB datatype so minimally
55-
version 9.4+ is required, but for bigger setups where partitioning
56-
is a must, v11+ is needed. Any already existing Postgres database
54+
Postgres version 14+ is required. Any already existing Postgres database
5755
will do the trick, see the [Bootstrapping the Metrics DB](../howto/metrics_db_bootstrap.md) section for details.
5856

5957
### [TimescaleDB](https://www.timescale.com/)

docs/reference/metric_definitions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ Here is the structure of a metric definition in YAML format:
169169

170170
!!! Notice
171171
Note the "minimally supported" part - i.e.
172-
if your query will work from version v11.x to v17.x, then you only
173-
need one entry called "11". If there was a breaking change in
174-
the internal catalogs at v13 so that the query stopped working,
175-
you need a new entry named "13" that will be used for all
176-
versions above v13.
172+
if your query will work from version v14.x to v18.x, then you only
173+
need one entry called "14". If there was a breaking change in
174+
the internal catalogs at v15 so that the query stopped working,
175+
you need a new entry named "15" that will be used for all
176+
versions above v14.
177177

178178
- *gauges*
179179

docs/tutorial/custom_installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ visualize the gathered metrics.
1212

1313
### Overview of installation steps
1414

15-
1. Install Postgres or use any available existing instance - v11+
15+
1. Install Postgres or use any available existing instance - v14+
1616
is required but the latest major version is recommended.
1717
1. Bootstrap the configuration database.
1818
1. Bootstrap the metrics measurements storage database aka sink (PostgreSQL here).
@@ -41,7 +41,7 @@ syntax differences.
4141
1. **Install Postgres**
4242

4343
Follow the standard Postgres install procedure basically. Use the
44-
latest major version available, but minimally v11+ is required.
44+
latest major version available, but minimally v14+ is required.
4545

4646
To get the latest Postgres versions, official Postgres PGDG repos
4747
are to be preferred over default disto repos. Follow the
@@ -311,7 +311,7 @@ setting up a Postgres database for the configuration, one would use a
311311
YAML file. For details on individual steps like installing pgwatch see the above
312312
paragraph.
313313

314-
1. Install Postgres or use any available existing instance - v11+
314+
1. Install Postgres or use any available existing instance - v14+
315315
is required but the latest major version is recommended.
316316
1. Edit the YAML file to include the sources to be monitored.
317317
1. Bootstrap the metrics measurements storage database aka sink (PostgreSQL here).

0 commit comments

Comments
 (0)