CLI with Self-Hosted instance
So I'm trying to utilize some of the
supabase db commands, but im struggling to make it work with the CLI. I have a self-hosted instance of Supabase with proper DNS hosted on a VM. I want to use my local supabase client on my development workstation, and cannot make it work.
The config.toml doesn't seem to support db.host, only db.port which is weird. When using the --db-url flag on the commands, I'm getting a TLS error, which there doesn't seem to be any way to ignore cert errors.. so my question is, how are we supposed to interface with a self-hosted supabase instance? I've scoured the docs and can't really find much about it. It seems more like an afterthought than a core feature.0 Replies