Ok. So, the project we've been building involving Supabase has launched and it's working fine. So, now I've been asked to figure out how to self-host it. I imagine this would have been somewhat easier last week, but, so it goes.
I think the Docker self-hosting option is almost certainly the easiest choice for me. I have found the pages related to self-hosting on Docker and regarding migrating a project, but I have a few questions still.
1.) In the migration guide, it talks about "decoupl[ing] your database from the middleware", but I'm not quite sure exactly what that means in this context. If we're already using a Supabase DB as is, would that already count as being as decoupled as we'd need?
2.) Is there a guide specifically oriented towards making the switchover from a Supabase hosted Supabase instance and a self-hosted Supabase instance as seamless and invisible for users as possible?