Stripe Sync & FDW co-existence

I have a project that was configured to use the Stripe FDW and I now want to exploit the Stripe Sync Engine (https://supabase.com/blog/stripe-engine-as-sync-library), do I need to remove FDW & tables or will Stripe Sync engine co-exist with FDW?
2 Replies
Ad Intellegent
@Rich Jones stripe Sync Engine can technically coexist with FDW, but it’s cleaner to remove the FDW and its tables to avoid duplication or conflicts in your data
Rich Jones
Rich JonesOP2w ago
Thank you that’s what I thought.

Did you find this page helpful?