From f17d31fd94972a5099716f8b2de33732a7ac6b67 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Tue, 19 Sep 2023 22:33:13 +0300 Subject: [PATCH] Update PG and Citus versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 678b6c46a..6e1f62666 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,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-15-citus-12.0 +sudo apt-get -y install postgresql-16-citus-12.1 ``` Install packages on CentOS / 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 citus120_15 +sudo yum install -y citus121_16 ``` To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`: