issues creating a replication slot
hi. i'm trying to create a replication slot to copy my data to another postgres db without having major downtime or having stale data. i chose to use pg replication as in the guide below. the issue is that when i create the subscription on the remote db, i get the following error. how can i debug this issue?
https://supabase.com/docs/guides/database/postgres/setup-replication-external
https://supabase.com/docs/guides/database/postgres/setup-replication-external