Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data17
Initialize the database
su - postgres
. /opt/postgresql17/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql17
Use the service
. /opt/postgresql17/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2024-10-11 07:06 (UTC) (edited on 2024-10-24 06:45 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data17
Initialize the database
Start the service
Use the service