Skip to content

Commit eb20e92

Browse files
authored
docs: update Parse Server support for Postgres table
1 parent e824242 commit eb20e92

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
147147

148148
#### PostgreSQL
149149

150-
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support if a version is older than 3.5 years and a newer version has been available for at least 2.5 years.
151-
152-
| Version | PostGIS Version | End-of-Life | Parse Server Support End | Compatible |
153-
|-------------|-----------------|---------------|--------------------------|------------|
154-
| Postgres 11 | 3.0, 3.1, 3.2 | November 2023 | April 2022 | ✅ Yes |
155-
| Postgres 12 | 3.2 | November 2024 | April 2023 | ✅ Yes |
156-
| Postgres 13 | 3.2 | November 2025 | April 2024 | ✅ Yes |
157-
| Postgres 14 | 3.2 | November 2026 | April 2025 | ✅ Yes |
150+
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support about 2 years before the official end-of-life date.
151+
152+
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
153+
|-------------|-----------------|---------------|----------------------|------------|
154+
| Postgres 11 | 3.0, 3.1, 3.2 | November 2023 | <= 5.x (2022) | ✅ Yes |
155+
| Postgres 12 | 3.2 | November 2024 | <= 5.x (2022) | ✅ Yes |
156+
| Postgres 13 | 3.2 | November 2025 | <= 6.x (2023) | ✅ Yes |
157+
| Postgres 14 | 3.2 | November 2026 | <= 7.x (2024) | ✅ Yes |
158158

159159
### Locally
160160

0 commit comments

Comments
 (0)