PGHBA conf updated to allow pods running with ipv6 to support replication. (#227)

This commit is contained in:
izazahamed-babji 2020-07-13 18:40:59 +09:00 committed by GitHub
parent 30784ddffd
commit 1bd5f4bef1
4 changed files with 4 additions and 0 deletions

View File

@ -315,6 +315,7 @@ postgresql_add_replication_to_pghba() {
fi
cat << EOF >> "$POSTGRESQL_PGHBA_FILE"
host replication all 0.0.0.0/0 ${replication_auth}
host replication all ::/0 ${replication_auth}
EOF
}

View File

@ -315,6 +315,7 @@ postgresql_add_replication_to_pghba() {
fi
cat << EOF >> "$POSTGRESQL_PGHBA_FILE"
host replication all 0.0.0.0/0 ${replication_auth}
host replication all ::/0 ${replication_auth}
EOF
}

View File

@ -315,6 +315,7 @@ postgresql_add_replication_to_pghba() {
fi
cat << EOF >> "$POSTGRESQL_PGHBA_FILE"
host replication all 0.0.0.0/0 ${replication_auth}
host replication all ::/0 ${replication_auth}
EOF
}

View File

@ -315,6 +315,7 @@ postgresql_add_replication_to_pghba() {
fi
cat << EOF >> "$POSTGRESQL_PGHBA_FILE"
host replication all 0.0.0.0/0 ${replication_auth}
host replication all ::/0 ${replication_auth}
EOF
}