Commit 33c74e6 1 parent 1411cdc commit 33c74e6 Copy full SHA for 33c74e6
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,12 @@ The metastore is based on PostgreSQL and Citus. Installing the metastore thus co
134
134
To install PostgreSQL v15 and the Citus extension v11.2, run the following commands:
135
135
136
136
``` 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 ' *'
141
143
```
142
144
143
145
<p class =" captionFig " >
You can’t perform that action at this time.
0 commit comments