Skip to content

Commit d1f4d05

Browse files
committed
Merge branch '683-postgres-9-6-eol' into 'master'
chore: drop PostgreSQL 9.6 support (EOL since Nov 2021) Closes #683 See merge request postgres-ai/database-lab!1115
2 parents 46aaa5d + c457a2d commit d1f4d05

18 files changed

Lines changed: 19 additions & 958 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Read more:
9292
- Theoretical max of snapshots/clones: 2<sup>64</sup> ([ZFS](https://en.wikipedia.org/wiki/ZFS), default)
9393
- Maximum size of PostgreSQL data directory: 256 quadrillion zebibytes, or 2<sup>128</sup> bytes ([ZFS](https://en.wikipedia.org/wiki/ZFS), default)
9494
- Support & technologies
95-
- Supported PostgreSQL versions: 9.6–18
95+
- Supported PostgreSQL versions: 10–18
9696
- Thin cloning ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)) technologies: [ZFS](https://en.wikipedia.org/wiki/ZFS) and [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux))
9797
- UI for manual tasks and API & CLI for automation
9898
- Packaged in Docker containers for all components

engine/.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,6 @@ bash-test-18:
572572
POSTGRES_VERSION: 18
573573

574574
# Main branch jobs - full matrix (all PostgreSQL versions)
575-
bash-test-main-9-6:
576-
<<: *bash_test_main
577-
variables:
578-
POSTGRES_VERSION: "9.6"
579-
580575
bash-test-main-10:
581576
<<: *bash_test_main
582577
variables:

engine/configs/standard/postgres/default/9.6/pg_hba.conf

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)