PostgreSQL Kurulumu
RHEL Tabanlı Dağıtımlar (AlmaLinux, Rocky Linux, CentOS Stream)
sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpmsudo dnf -qy module disable postgresqlsudo dnf install -y postgresql16-serversudo /usr/pgsql-16/bin/postgresql-16-setup initdbsudo systemctl enable --now postgresql-16
Debian Tabanlı Dağıtımlar (Debian, Ubuntu)
Last updated