PostgreSQL: differenze tra le versioni

Da GazziNet.
Vai alla navigazione Vai alla ricerca
(Creata pagina con "Client Consigliato: DBeaver https://blog.mclaughlinsoftware.com/2022/11/24/almalinuxpostgresql/ Sistema di installazione suggerito: https://www.postgresql.org/download/ # Install the repository RPM: sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm # Disable the built-in PostgreSQL module: sudo dnf -qy module disable postgresql <-- Importante!! # Install PostgreSQL: sudo dnf install -y postgre...")
 
Nessun oggetto della modifica
 
(7 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
Client Consigliato: DBeaver
Client Consigliato: DBeaver


https://blog.mclaughlinsoftware.com/2022/11/24/almalinuxpostgresql/
https://blog.mclaughlinsoftware.com/2022/11/24/almalinuxpostgresql/


[[Installazione Postgress]]


Sistema di installazione suggerito: https://www.postgresql.org/download/
[[BarMan]]


# Install the repository RPM:
[[Tuning]]
sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm


# Disable the built-in PostgreSQL module:
[[PgClu]]
sudo dnf -qy module disable postgresql <-- Importante!!


# Install PostgreSQL:
[[RepMgr]]
sudo dnf install -y postgresql15-server
 
# Optionally initialize the database and enable automatic start:
sudo /usr/pgsql-15/bin/postgresql-15-setup initdb
sudo systemctl enable postgresql-15
sudo systemctl start postgresql-15

Versione attuale delle 13:51, 12 giu 2023