Update 'Install_PostgreSQL_14_and_PostGIS_3'
parent
1917f3ed8e
commit
d5d1687964
15
Install_PostgreSQL_14_and_PostGIS_3.md
Normal file
15
Install_PostgreSQL_14_and_PostGIS_3.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Step 1: Install PostgreSQL 14 on Ubuntu 22.04
|
||||||
|
```
|
||||||
|
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |sudo tee /etc/apt/sources.list.d/pgdg.list \
|
||||||
|
response:
|
||||||
|
deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install postgresql postgresql-contrib
|
||||||
|
sudo apt install postgresql-14-postgis-3 postgresql-14-postgis-3-scripts
|
||||||
|
```
|
||||||
|
|
||||||
|
# Step 2: Create Database
|
||||||
|
|
Loading…
Reference in New Issue
Block a user