DEFINITIONS
Definitions More Info.
Definition ID
838
Title
POSTGRESQL
Category
NOTES
Definition
Postgresql replication master side config
Definition Description
listen_addresses = '*'
wal_level = hot_standby archive_mode = on
archive_command = 'cp %p /storage/GGwal_archive/%f && rsync -av /storage/GGwal_archive/*
[email protected]
:/storage/GGrepwal_archive/'
archive_timeout = 3600
max_wal_senders = 5
wal_keep_segments = 32
temp_tablespaces = '/storage/sqlTemp/'
#archive_command = 'pg_compresslog %p - | gzip > /var/lib/pgsql/archive/%f'
RecordBy
cunay
Record Date
03-06-2018 14:33:15
Düzenle
Kopyala
Sil