view host/startup/postgres/pg_hba.conf @ 1694:09aaca079ff3

add backup script
author Vadim Filimonov <fffilimonov@yandex.ru>
date Mon, 20 Jun 2022 11:12:25 +0300
parents 35c626c06dd5
children
line wrap: on
line source

local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             ::1/128                 trust

host	replication	administrator         SLAVE_IP/32      trust