aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: be4fa4404bb2bc357730b1eaf6a18ea86291da52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Introduction
======================
This version may cohabit with other major versions, including the official one.

Data directory is /var/lib/postgres/data14

Initialize the database
=======================
    su - postgres
    . /opt/postgresql14/bin/pgenv.sh
    initdb -k

Start the service
=================
    systemctl start postgresql14

Use the service
================
    . /opt/postgresql14/bin/pgenv.sh
    psql -U postgres