Introduction
Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16
Initialize the database
su - postgres
. /opt/postgresql16/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql16
Use the service
. /opt/postgresql16/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2025-02-12 16:40 (UTC)
Introduction
Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16
Initialize the database
Start the service
Use the service