How do I get the project-ref of a self-hosted instance?
How do I get the project-ref descriped in this article: https://supabase.com/docs/reference/cli/supabase-start
I am self-hosting supabase using docker.
I tried using the url, like this:
supabase link --project-ref http://***********:8000
But got the error:
Invalid project ref format. Must be like
abcdefghijklmnopqrst.
Supabase CLI reference - Start a container
Start a container
1 Reply
You cannot
link
self-hosted instance with the CLI, you'd rather use the --db-url
and give it that instead with whichever command you are running (not the link
command).