Loren Siebert

Results 7 comments of Loren Siebert

I appear to be running into this as well. Initial bootstrap and sync work, but adding a new record on my BookAuthor through table errors with ``` pgsync.exc.ForeignKeyError: 'No foreign...

this fixed it for me: https://github.com/toluaina/pgsync/pull/332

I am running into a similar problem, as I have a database with many schemas but only one schema relevant to pgsync and accessible by a service account. When pgsync...

I agree that storing this in Redis versus a PersistentVolume file is preferable

I'm running into this, too, but I'm not sure what the workaround is exactly. Can somebody please jot down the steps they took?

My use case here is to work around a situation where my through table does not have an official primary key (and currently [_cannot_](https://github.com/prisma/prisma/issues/11110) have a primary key), but it...

I have a similar issue and may have some more data to share to help shine a light on this. I run `top` on the pgsync container, which is running...