Update README.md

Updating instructions for PostgreSQL WAL log consumption.
This commit is contained in:
Kanthi 2023-10-17 12:09:59 -04:00 committed by GitHub
parent 0ea9b5cdd0
commit 70e1664372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,9 @@ enable.snapshot.ddl: "true"
```
### PostgreSQL Config(docker/config_postgres.yml)
For AWS RDS users, you might need to add heartbeat interval and query to avoid WAL logs constantly growing in size.
https://stackoverflow.com/questions/76415644/postgresql-wal-log-limiting-rds
https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-wal-disk-space
```
database.hostname: "postgres"
database.port: "5432"