@@ -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.
17171 . Bootstrap the configuration database.
18181 . Bootstrap the metrics measurements storage database aka sink (PostgreSQL here).
@@ -41,7 +41,7 @@ syntax differences.
41411 . ** 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
311311YAML file. For details on individual steps like installing pgwatch see the above
312312paragraph.
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.
3163161. Edit the YAML file to include the sources to be monitored.
3173171. Bootstrap the metrics measurements storage database aka sink (PostgreSQL here).
0 commit comments