From 93e162def64b1e843bb0de7c3b60156643478d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20Kalac=C4=B1?= Date: Tue, 18 Oct 2022 20:22:28 +0200 Subject: [PATCH] Bump PG version to 15 on the README (#6442) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f83fd0229..87f83c0e6 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,14 @@ Install packages on Ubuntu / Debian: ```bash curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh sudo bash add-citus-repo.sh -sudo apt-get -y install postgresql-14-citus-11.1 +sudo apt-get -y install postgresql-15-citus-11.1 ``` Install packages on CentOS / Fedora / Red Hat: ```bash curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh sudo bash add-citus-repo.sh -sudo yum install -y citus111_14 +sudo yum install -y citus111_15 ``` To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`: