Postgres cdc resync all data after restart containers

After change some values in .env and run docker-compose up, a postgres cdc connection started to resync all data. Id like to understand if it is a normal behaviour. The params I changed in .env was JOB_MAIN_CONTAINER_MEMORY_REQUEST and JOB_MAIN_CONTAINER_MEMORY_LIMIT.

Hi @Soufraz, apologies for the long delay with this response.

At the moment, changing environment variables and running docker-compose up will start a new sync, in other words I believe it is normal behavior.

Here’s some more info about our Postgres connector and CDC: https://docs.airbyte.com/integrations/sources/postgres#cdc-considerations, maybe it’ll answer some other questions you had about the connector. Hope this helps.