Created
October 26, 2022 11:07
-
-
Save dsouzajude/3d8cb81b506f161c2e2a2af2bf1f82ea to your computer and use it in GitHub Desktop.
The entry needed in pg_hba.conf to allow for logical replication to RDS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### pg_hba.conf | |
host <DB_NAME> rep_user <RDS_CIDR> md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment