Karl Jose Buena
09/24/2024, 4:49 PMuser
09/24/2024, 4:49 PMKarl Jose Buena
09/24/2024, 4:52 PMuser
09/24/2024, 4:52 PMuser
09/24/2024, 4:52 PMKarl Jose Buena
09/24/2024, 4:53 PMuser
09/24/2024, 4:53 PMuser
09/24/2024, 4:53 PMpg_wal
directory, Postgres will purge or archive the WAL files. To prevent this, you can sync the data source more frequently or set a higher binlog_expire_logs_seconds
or wal_keep_size
[source](https://docs.airbyte.com/integrations/sources/mysql/mysql-troubleshooting#under-cdc-incremental-mode-there-are-still-full-refresh-syncs) [source](https://docs.airbyte.com/integrations/sources/postgres/postgres-troubleshooting#under-cdc-incremental-mode-there-are-still-full-refresh-syncs). In the case of incremental deduped + history synchronization, the SQL used in the sync after the initial synchronization implements the same logic as the SQL used for all of the previous syncs after the initial synchronization [source](https://airbyte.com/tutorials/incremental-data-synchronization#step-7). You can check the status of your syncs and view logs for each sync in the Job History tab of your connection overview in Airbyte [source](https://docs.airbyte.com/using-airbyte/getting-started/set-up-a-connection#connection-overview).