Carlos Bernal Carvajal
10/24/2024, 4:32 PM0.61.0
I can find any button anywhere to reset the connection.
I need to reset the connection because of this error:
Failure in source: Saved offset is before replication slot's confirmed lsn. Please reset the connection, and then increase WAL retention and/or increase sync frequency to prevent this from happening in the future. See <https://docs.airbyte.com/integrations/sources/postgres/postgres-troubleshooting#under-cdc-incremental-mode-there-are-still-full-refresh-syncs> for more details.
user
10/24/2024, 4:32 PMwal_keep_size
in your Postgres configuration. This will require more disk space but can help retain more WAL files [Source](https://docs.airbyte.com/integrations/sources/postgres/postgres-troubleshooting#under-cdc-incremental-mode-there-are-still-full-refresh-syncs). 4. If you're unable to find a reset button in your current Airbyte version, you might need to delete and recreate the connection as mentioned earlier. 5. It's also worth checking if there's an updated version of Airbyte available, as newer versions might have additional features or fixes for this issue. If these suggestions don't resolve your issue, you may want to consult Airbyte's official documentation or reach out to their support for version-specific instructions on resetting connections.