Error when trying to stop sync

Summary

Error message ‘Failed to start sync: A sync is already running’ when attempting to stop sync


Question

i got this error when i try to sync “Failed to start sync: A sync is already running”. How to stop this <@U04SE163WC8>



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["error", "sync", "stop", "failed-to-start-sync", "platform"]

Based on the information provided in the extracts, it seems like you’re encountering an issue where a sync process appears to be running, preventing you from starting a new one. This issue has been reported by other users in the Airbyte community as well (source 1, source 2, source 3). Unfortunately, the extracts do not provide a direct solution to this problem. However, some users have attempted to manually remove all connection_id’s from Postgres, but this did not seem to resolve the issue (source 2, source 3). shell DELETE from connection_operation where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; DELETE from stream_reset where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; DELETE from notification_configuration where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; DELETE from schema_management where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; DELETE from stream_statuses where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; DELETE from retry_states where connection_id='f79fb227-ab3a-42r6-b2c3-165599492851'; It’s recommended to reach out to the Airbyte community or support for further assistance. You can do this through their forum or Slack channel.