Skip to content

Commit b2d41af

Browse files
committed
nit
1 parent 7eded4d commit b2d41af

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ For manually created publications, please add any tables you want to the publica
203203
If you're replicating from a Postgres read replica/hot standby, you will need to create your own publication on the primary instance, which will automatically propagate to the standby. The ClickPipe will not be able to manage the publication in this case as you're unable to create publications on a standby.
204204
:::
205205
206-
### Recommended `max_slot_wal_keep_size` settings {#recommended-max_slot_wal_keep_size-settings}
206+
## Recommended `max_slot_wal_keep_size` settings {#recommended-max_slot_wal_keep_size-settings}
207207
208208
- **At Minimum:** Set [`max_slot_wal_keep_size`](https://www.postgresql.org/docs/devel/runtime-config-replication.html#GUC-MAX-SLOT-WAL-KEEP-SIZE) to retain at least **two days' worth** of WAL data.
209209
- **For Large Databases (High Transaction Volume):** Retain at least **2-3 times** the peak WAL generation per day.

0 commit comments

Comments
 (0)