Skip to content

Commit 33c74e6

Browse files
committed
update installation docs
1 parent 1411cdc commit 33c74e6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/_docs/installing.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ The metastore is based on PostgreSQL and Citus. Installing the metastore thus co
134134
To install PostgreSQL v15 and the Citus extension v11.2, run the following commands:
135135

136136
```bash
137-
curl https://install.citusdata.com/community/deb.sh | sudo bash
138-
sudo apt-get -y install postgresql-15-citus-11.2
139-
sudo pg_conftool 15 main set shared_preload_libraries citus
140-
sudo pg_conftool 15 main set listen_addresses '*'
137+
sudo apt install postgresql-17
138+
curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh
139+
sudo bash add-citus-repo.sh
140+
sudo apt-get -y install postgresql-17-citus-13.0
141+
sudo pg_conftool 17 main set shared_preload_libraries citus
142+
sudo pg_conftool 17 main set listen_addresses '*'
141143
```
142144

143145
<p class="captionFig">

0 commit comments

Comments
 (0)