You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,7 +131,7 @@ Apache AGE is intended to be simple to install and run. It can be installed with
131
131
Install PostgreSQL
132
132
</h4>
133
133
134
-
You will need to install an AGE compatible version of Postgres<a>, for now AGE supports Postgres 11, 12, 13, 14 & 15. Supporting the latest versions is on AGE roadmap.
134
+
You will need to install an AGE compatible version of Postgres<a>, for now AGE supports Postgres 11, 12, 13, 14, 15 & 16. Supporting the latest versions is on AGE roadmap.
135
135
136
136
<h4>
137
137
Installation via Package Manager
@@ -149,7 +149,7 @@ sudo apt install postgresql
149
149
Installation From Source Code
150
150
</h4>
151
151
152
-
You can <ahref="https://www.postgresql.org/ftp/source/"> download the Postgres </a> source code and install your own instance of Postgres. You can read instructions on how to install from source code for different versions on the <ahref="https://www.postgresql.org/docs/15/installation.html">official Postgres Website.</a>
152
+
You can <ahref="https://www.postgresql.org/ftp/source/"> download the Postgres </a> source code and install your own instance of Postgres. You can read instructions on how to install from source code for different versions on the <ahref="https://www.postgresql.org/docs/16/installation.html">official Postgres Website.</a>
153
153
154
154
155
155
@@ -158,7 +158,7 @@ You can <a href="https://www.postgresql.org/ftp/source/"> download the Postgres
158
158
159
159
Clone the <ahref="https://github.com/apache/age">github repository</a> or download the <ahref="https://github.com/apache/age/releases">download an official release.
160
160
</a>
161
-
Run the pg_config utility and check the version of PostgreSQL. Currently, only PostgreSQL versions 11, 12, 13, 14 & 15 are supported. If you have any other version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 14, or 15.
161
+
Run the pg_config utility and check the version of PostgreSQL. Currently, only PostgreSQL versions 11, 12, 13, 14, 15 & 16 are supported. If you have any other version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 14, 15 or 16.
0 commit comments