supabase db remote commit - Error running pg_dump on remote database - No such container
After running
supabase db remote commit to initialize our initial migration from a current supabase cloud project, we're getting the following error:supabase start does seem to work properly and we have a local environment, we've also linked the remote project already with supabase link --project-ref $PROJECT_ID. Any idea on how to fix this? We want to mature our project into proper CI / CD, Edge Functions.