I am currently writing from BigQuery to Postgres. ...
# replication-troubleshooting
p
I am currently writing from BigQuery to Postgres. A while ago the first attempt failed, however it wrote 190.000 lines in the Postgres database in one table. The second attempt started and has been going on for a while, so I decided to check on the DB to see how far along it is. In the DB the same table still has the same number of lines, despite what I would have expected to see, which is around 2.744.000 lines. Has the sync failed? The console is still reading as if nothing is wrong, however I fear I’m waiting for nothing.
✍️ 1
s
Hey @Paul Rus, Did the sync end up failing or is it still running with no action?
p
The Airbyte on my machine kept running as if it was performing normally, however I stopped syncing at some point to see how much it wrote. It stopped at around 190.000 lines, as I feared.
s
Thanks @Paul Rus for the reply. Can you share any sync logs?