Le reste de la formation est réservé aux inscrits.
S'inscrire gratuitement-- Primaire : postgresql.conf wal_level = replica max_wal_senders = 5 -- pg_hba.conf host replication replicator 10.0.0.2/32 scram-sha-256 CREATE ROLE replicator WITH LOGIN REPLICATION PASSWORD 'secret'; -- Standby pg_basebackup -h primaire -U replicator -D /data -P -R