mirror of https://github.com/citusdata/citus.git
Bump PG version to 15 on the README (#6442)
parent
f756db39c4
commit
93e162def6
|
@ -93,14 +93,14 @@ Install packages on Ubuntu / Debian:
|
||||||
```bash
|
```bash
|
||||||
curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh
|
curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh
|
||||||
sudo bash 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:
|
Install packages on CentOS / Fedora / Red Hat:
|
||||||
```bash
|
```bash
|
||||||
curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh
|
curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh
|
||||||
sudo bash 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`:
|
To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`:
|
||||||
|
|
Loading…
Reference in New Issue